diff options
Diffstat (limited to 'compiler/ast.nim')
-rw-r--r-- | compiler/ast.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ast.nim b/compiler/ast.nim index 910c95451..c720a76fb 100644 --- a/compiler/ast.nim +++ b/compiler/ast.nim @@ -334,6 +334,7 @@ const sfEscapes* = sfProcvar # param escapes sfBase* = sfDiscriminant sfCustomPragma* = sfRegister # symbol is custom pragma template + sfTemplateRedefinition* = sfExportc # symbol is a redefinition of an earlier template const # getting ready for the future expr/stmt merge |