diff options
Diffstat (limited to 'frontend/syntax.icl')
-rw-r--r-- | frontend/syntax.icl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/syntax.icl b/frontend/syntax.icl index 9db1f27..342c8f5 100644 --- a/frontend/syntax.icl +++ b/frontend/syntax.icl @@ -666,6 +666,7 @@ cNotVarNumber :== -1 | SK_LocalDclMacroFunction !(Global Index) | SK_OverloadedFunction !(Global Index) | SK_GeneratedFunction !FunctionInfoPtr !Index + | SK_GeneratedCaseFunction !FunctionInfoPtr !Index | SK_Constructor !(Global Index) | SK_Generic !(Global Index) !TypeKind | SK_TypeCode |