diff options
Diffstat (limited to 'compiler/syntaxes.nim')
-rw-r--r-- | compiler/syntaxes.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/syntaxes.nim b/compiler/syntaxes.nim index 598a9bdc3..3e4f65c0b 100644 --- a/compiler/syntaxes.nim +++ b/compiler/syntaxes.nim @@ -72,7 +72,7 @@ proc parsePipe(filename: AbsoluteFile, inputStream: PLLStream; cache: IdentCache i = 0 inc linenumber if i+1 < line.len and line[i] == '#' and line[i+1] == '?': - when defined(nimpretty2): + when defined(nimpretty): # XXX this is a bit hacky, but oh well... quit "can't nimpretty a source code filter" else: |