summary refs log tree commit diff stats
path: root/compiler/semdata.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-04-06 17:31:49 +0200
committerAraq <rumpf_a@web.de>2014-04-06 17:31:49 +0200
commit5def38ad694337b27d7c996441e67e5f388ce94f (patch)
tree09d9a680b681f15fcd751aa9b6c350eaf9325e53 /compiler/semdata.nim
parentcf7e83ecc5be0a85d5e669c9c7d5b3753b075371 (diff)
parentf6f5c9e9e6c27ba466c239509fec9d77a772b7ec (diff)
downloadNim-5def38ad694337b27d7c996441e67e5f388ce94f.tar.gz
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Diffstat (limited to 'compiler/semdata.nim')
-rw-r--r--compiler/semdata.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/semdata.nim b/compiler/semdata.nim
index b46d83a92..4cb5ad38c 100644
--- a/compiler/semdata.nim
+++ b/compiler/semdata.nim
@@ -42,7 +42,7 @@ type
 
   TExprFlag* = enum 
     efLValue, efWantIterator, efInTypeof, efWantStmt, efDetermineType,
-    efAllowDestructor, efWantValue, efOperand
+    efAllowDestructor, efWantValue, efOperand, efNoSemCheck
   TExprFlags* = set[TExprFlag]
 
   PContext* = ref TContext