summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2020-10-27 08:53:45 +0200
committerGitHub <noreply@github.com>2020-10-27 07:53:45 +0100
commit58a1eec96a98adbc3fa36abc8cc770e1a1596443 (patch)
tree6dc004df01d66fa23a242f7449d9bdd910b53f70 /compiler
parentda476a872312a4353ed1623c5328be47d1d3b145 (diff)
downloadNim-58a1eec96a98adbc3fa36abc8cc770e1a1596443.tar.gz
condsyms: add nimHasDeclaredLocs (#15735)
Diffstat (limited to 'compiler')
-rw-r--r--compiler/condsyms.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/condsyms.nim b/compiler/condsyms.nim
index 9771a48d3..1fbc30bbe 100644
--- a/compiler/condsyms.nim
+++ b/compiler/condsyms.nim
@@ -123,3 +123,4 @@ proc initDefines*(symbols: StringTableRef) =
   defineSymbol("nimHasStacktracesModule")
   defineSymbol("nimHasEffectTraitsModule")
   defineSymbol("nimHasCastPragmaBlocks")
+  defineSymbol("nimHasDeclaredLocs")