summary refs log tree commit diff stats
path: root/compiler/vmdef.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2018-05-12 11:58:44 +0200
committerAndreas Rumpf <rumpf_a@web.de>2018-05-12 11:58:44 +0200
commit05724645f815bea56a65bd78a9f2228811573413 (patch)
tree0002081fa9198631d22da38fdb30e1cdd5babc18 /compiler/vmdef.nim
parentfedc136985948a5b011a74ef49f97e43f2a3fe72 (diff)
downloadNim-05724645f815bea56a65bd78a9f2228811573413.tar.gz
more modules compile again
Diffstat (limited to 'compiler/vmdef.nim')
-rw-r--r--compiler/vmdef.nim1
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