summary refs log tree commit diff stats
path: root/compiler/ast.nim
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/ast.nim')
-rw-r--r--compiler/ast.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ast.nim b/compiler/ast.nim
index 791639980..943fdacc0 100644
--- a/compiler/ast.nim
+++ b/compiler/ast.nim
@@ -350,7 +350,7 @@ type
     tyFloat, tyFloat32, tyFloat64, tyFloat128,
     tyUInt, tyUInt8, tyUInt16, tyUInt32, tyUInt64,
     tyUnused0,
-    tyConst, tyMutable, tyVarargs,
+    tyUnused1, tyMutable, tyVarargs,
     tyUnused
     tyProxy # used as errornous type (for idetools)