summary refs log tree commit diff stats
path: root/compiler/condsyms.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-08-05 11:42:38 +0200
committerGitHub <noreply@github.com>2018-08-05 11:42:38 +0200
commitc57e320c9486248a82c19d13e03178745d8eb53f (patch)
treef77f6a1e246cb37041756f1c1bb1059f30a08a3a /compiler/condsyms.nim
parentcc1fd50b2785cdb6ec14f283bc7d7ef87f64dd9e (diff)
downloadNim-c57e320c9486248a82c19d13e03178745d8eb53f.tar.gz
fixes 7833 (#8533)
* fixes #7833; still to-do: fix setLen
* make tests green again
* also fixes setLen and string concats; refs #7833
* change formating to avoid a compiler warning
* emit the write barrier also for addChar
* fixes yet another regression
* make setLengthStr compile for the old version
* make growobjcrash complete earlier
Diffstat (limited to 'compiler/condsyms.nim')
-rw-r--r--compiler/condsyms.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/condsyms.nim b/compiler/condsyms.nim
index 8b2d36722..9dfe69442 100644
--- a/compiler/condsyms.nim
+++ b/compiler/condsyms.nim
@@ -72,3 +72,4 @@ proc initDefines*(symbols: StringTableRef) =
   defineSymbol("nimNoZeroTerminator")
   defineSymbol("nimNotNil")
   defineSymbol("nimVmExportFixed")
+  defineSymbol("nimIncrSeqV3")