mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
Add macro arguments &foo $foo #foo.
C ABI compatibility aarch64, win64, x86, x64 Added debug info
This commit is contained in:
committed by
Christoffer Lerno
parent
4222f2731e
commit
3c15e495dd
@@ -134,6 +134,10 @@ void sema_analysis_pass_decls(Context *context)
|
||||
{
|
||||
sema_analyse_decl(context, context->types[i]);
|
||||
}
|
||||
VECEACH(context->macros, i)
|
||||
{
|
||||
sema_analyse_decl(context, context->macros[i]);
|
||||
}
|
||||
VECEACH(context->methods, i)
|
||||
{
|
||||
sema_analyse_decl(context, context->methods[i]);
|
||||
|
||||
Reference in New Issue
Block a user