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 5335c2ccf..b55f13ae9 100755 --- a/compiler/wordrecg.nim +++ b/compiler/wordrecg.nim @@ -33,7 +33,7 @@ type wWithout, wXor, wYield, wColon, wColonColon, wEquals, wDot, wDotDot, wHat, wStar, wMinus, - wMagic, wTypeCheck, wFinal, wProfiler, wObjChecks, + wMagic, wThread, wFinal, wProfiler, wObjChecks, wImportCompilerProc, wImportc, wExportc, wExtern, wAlign, wNodecl, wPure, wVolatile, wRegister, wSideeffect, wHeader, @@ -80,7 +80,7 @@ const "yield", ":", "::", "=", ".", "..", "^", "*", "-", - "magic", "typecheck", "final", "profiler", "objchecks", + "magic", "thread", "final", "profiler", "objchecks", "importcompilerproc", "importc", "exportc", "extern", "align", "nodecl", "pure", "volatile", "register", "sideeffect", "header", "nosideeffect", "noreturn", "merge", "lib", "dynlib", |