mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 17:32:22 -07:00
Bodged in support for region pragmas
Have them as basic directives They're similar to the assert and panic macros but are hardcoded to true #region (<string literal>) #endregion (<string literal>)
This commit is contained in:
@@ -7372,6 +7372,8 @@ gb_internal ExprKind check_call_expr(CheckerContext *c, Operand *operand, Ast *c
|
||||
name == "location" ||
|
||||
name == "assert" ||
|
||||
name == "panic" ||
|
||||
name == "region" ||
|
||||
name == "endregion" ||
|
||||
name == "defined" ||
|
||||
name == "config" ||
|
||||
name == "load" ||
|
||||
|
||||
Reference in New Issue
Block a user