summary refs log tree commit diff stats
path: root/compiler/pragmas.nim
diff options
context:
space:
mode:
authorawr <41453959+awr1@users.noreply.github.com>2018-09-07 11:28:01 -0500
committerawr <41453959+awr1@users.noreply.github.com>2018-09-07 11:28:01 -0500
commite3d7056902550f85cee68ee0cddfe4d944b4e815 (patch)
tree6c8ce5825aea42d3615edcf68fe53bf43d87f1f8 /compiler/pragmas.nim
parent2b8c4096a48449d424db6869c7281c837e3e0904 (diff)
downloadNim-e3d7056902550f85cee68ee0cddfe4d944b4e815.tar.gz
fixed stmtPragmas stuff
Diffstat (limited to 'compiler/pragmas.nim')
-rw-r--r--compiler/pragmas.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/pragmas.nim b/compiler/pragmas.nim
index aa0783bd5..9bc3f353e 100644
--- a/compiler/pragmas.nim
+++ b/compiler/pragmas.nim
@@ -48,7 +48,7 @@ const
     wDeadCodeElimUnused,  # deprecated, always on
     wDeprecated,
     wFloatchecks, wInfChecks, wNanChecks, wPragma, wEmit, wUnroll,
-    wLinearScanEnd, wPatterns, wEffects, wComputedGoto,
+    wLinearScanEnd, wPatterns, wEffects, wNoForward, wReorder, wComputedGoto,
     wInjectStmt, wDeprecated, wExperimental, wThis}
   lambdaPragmas* = {FirstCallConv..LastCallConv, wImportc, wExportc, wNodecl,
     wNosideeffect, wSideeffect, wNoreturn, wDynlib, wHeader,