summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'compiler')
-rwxr-xr-xcompiler/msgs.nim4
-rwxr-xr-xcompiler/pragmas.nim2
2 files changed, 3 insertions, 3 deletions
diff --git a/compiler/msgs.nim b/compiler/msgs.nim
index 90f85a402..ef4a0a4cf 100755
--- a/compiler/msgs.nim
+++ b/compiler/msgs.nim
@@ -411,9 +411,9 @@ var
 
 proc newFileInfo(fullPath, projPath: string): TFileInfo =
   result.fullPath = fullPath
-  shallow(result.fullPath)
+  #shallow(result.fullPath)
   result.projPath = projPath
-  shallow(result.projPath)
+  #shallow(result.projPath)
 
 proc fileInfoIdx*(filename: string): int32 =
   var
diff --git a/compiler/pragmas.nim b/compiler/pragmas.nim
index 073d2b594..72356eafd 100755
--- a/compiler/pragmas.nim
+++ b/compiler/pragmas.nim
@@ -50,7 +50,7 @@ const
     wImportcpp, wImportobjc, wError}
   varPragmas* = {wImportc, wExportc, wVolatile, wRegister, wThreadVar, wNodecl, 
     wMagic, wHeader, wDeprecated, wCompilerProc, wDynLib, wExtern,
-    wImportcpp, wImportobjc, wError, wNoInit}
+    wImportcpp, wImportobjc, wError, wNoInit, wCompileTime}
   constPragmas* = {wImportc, wExportc, wHeader, wDeprecated, wMagic, wNodecl,
     wExtern, wImportcpp, wImportobjc, wError}
   letPragmas* = varPragmas