diff options
author | Arne Döring <arne.doering@gmx.net> | 2019-03-19 08:23:00 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-03-19 08:23:00 +0100 |
commit | 188870648a002175a5ef4ef3df27fcc9404d750f (patch) | |
tree | 919d3198ef79605e8a5f5d8e46f4295013462e71 /compiler/condsyms.nim | |
parent | 16fcbee1bcb810e032ddb6fd198e5a53987180af (diff) | |
download | Nim-188870648a002175a5ef4ef3df27fcc9404d750f.tar.gz |
sizeof alignof offsetof macros api (#10855)
Diffstat (limited to 'compiler/condsyms.nim')
-rw-r--r-- | compiler/condsyms.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/condsyms.nim b/compiler/condsyms.nim index 15127e108..7ae5412f5 100644 --- a/compiler/condsyms.nim +++ b/compiler/condsyms.nim @@ -86,6 +86,7 @@ proc initDefines*(symbols: StringTableRef) = defineSymbol("nimHasNilSeqs") defineSymbol("nimHasSignatureHashInMacro") defineSymbol("nimHasDefault") + defineSymbol("nimMacrosSizealignof") for f in low(Feature)..high(Feature): defineSymbol("nimHas" & $f) |