diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-04-28 07:49:36 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-04-28 07:49:36 +0200 |
commit | f697596faf1712753efb14220b8991566bd7267f (patch) | |
tree | aed5f4cde1f97bbd9eaa8ac6b04c3e2e254c92f4 /compiler/semdata.nim | |
parent | f755808350f7dfe713f68e0e7f50b7be989841ab (diff) | |
download | Nim-f697596faf1712753efb14220b8991566bd7267f.tar.gz |
semcheck: code cleanups
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 8159abf8f..fc0488814 100644 --- a/compiler/semdata.nim +++ b/compiler/semdata.nim @@ -63,7 +63,7 @@ type # to the user. efWantStmt, efAllowStmt, efDetermineType, efExplain, efAllowDestructor, efWantValue, efOperand, efNoSemCheck, - efNoProcvarCheck, efNoEvaluateGeneric, efInCall, efFromHlo, + efNoEvaluateGeneric, efInCall, efFromHlo TExprFlags* = set[TExprFlag] |