diff options
Diffstat (limited to 'compiler/wordrecg.nim')
-rwxr-xr-x | compiler/wordrecg.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/wordrecg.nim b/compiler/wordrecg.nim index 382b6c765..43bdf4fa4 100755 --- a/compiler/wordrecg.nim +++ b/compiler/wordrecg.nim @@ -60,7 +60,7 @@ type wFieldChecks, wWatchPoint, wSubsChar, wAcyclic, wShallow, wUnroll, wLinearScanEnd, - wWrite, wPutEnv, wPrependEnv, wAppendEnv, wThreadVar, wEmit, wNoStackFrame, + wWrite, wGensym, wInject, wInheritable, wThreadVar, wEmit, wNoStackFrame, wImplicitStatic, wGlobal, wHoist wAuto, wBool, wCatch, wChar, wClass, @@ -138,7 +138,7 @@ const "passc", "passl", "borrow", "discardable", "fieldchecks", "watchpoint", "subschar", "acyclic", "shallow", "unroll", "linearscanend", - "write", "putenv", "prependenv", "appendenv", "threadvar", "emit", + "write", "gensym", "inject", "inheritable", "threadvar", "emit", "nostackframe", "implicitstatic", "global", "hoist", "auto", "bool", "catch", "char", "class", |