diff options
author | Araq <rumpf_a@web.de> | 2014-04-06 17:31:49 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-04-06 17:31:49 +0200 |
commit | 5def38ad694337b27d7c996441e67e5f388ce94f (patch) | |
tree | 09d9a680b681f15fcd751aa9b6c350eaf9325e53 /compiler/semdata.nim | |
parent | cf7e83ecc5be0a85d5e669c9c7d5b3753b075371 (diff) | |
parent | f6f5c9e9e6c27ba466c239509fec9d77a772b7ec (diff) | |
download | Nim-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.nim | 2 |
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 |