mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
$expand macro, to expand a string into code. opt project setting now properly documented.
This commit is contained in:
@@ -4277,6 +4277,7 @@ bool sema_analyse_decl(SemaContext *context, Decl *decl)
|
||||
case DECL_BODYPARAM:
|
||||
case DECL_CT_INCLUDE:
|
||||
case DECL_CT_EXEC:
|
||||
case DECL_CT_EXPAND:
|
||||
case DECL_GLOBALS:
|
||||
UNREACHABLE
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user