mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
Parsing of interface. Fix to unpacking arraypointers. Fix accidental unsplat.
This commit is contained in:
committed by
Christoffer Lerno
parent
21d4ecf9b4
commit
01f7343945
@@ -636,6 +636,7 @@ void llvm_emit_extern_decl(GenContext *context, Decl *decl)
|
||||
case DECL_ENUM:
|
||||
TODO
|
||||
case NON_TYPE_DECLS:
|
||||
case DECL_INTERFACE:
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user