diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-05-12 11:58:44 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-05-12 11:58:44 +0200 |
commit | 05724645f815bea56a65bd78a9f2228811573413 (patch) | |
tree | 0002081fa9198631d22da38fdb30e1cdd5babc18 /compiler/vmdef.nim | |
parent | fedc136985948a5b011a74ef49f97e43f2a3fe72 (diff) | |
download | Nim-05724645f815bea56a65bd78a9f2228811573413.tar.gz |
more modules compile again
Diffstat (limited to 'compiler/vmdef.nim')
-rw-r--r-- | compiler/vmdef.nim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/vmdef.nim b/compiler/vmdef.nim index 56ee45b6c..e10a62006 100644 --- a/compiler/vmdef.nim +++ b/compiler/vmdef.nim @@ -208,6 +208,7 @@ type cache*: IdentCache config*: ConfigRef graph*: ModuleGraph + oldErrorCount*: int TPosition* = distinct int |