diff options
author | Araq <rumpf_a@web.de> | 2014-09-10 20:34:33 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-09-10 20:34:33 +0200 |
commit | 22fb9db8459063def6e04259f6222affec177c5c (patch) | |
tree | b0554b2ded24a9a695a476e66af218c95f6b1d13 /compiler/pretty.nim | |
parent | c5dbcb548fe5b005594d3e6d1c266d3ec7eb13a2 (diff) | |
download | Nim-22fb9db8459063def6e04259f6222affec177c5c.tar.gz |
nimfix improvements
Diffstat (limited to 'compiler/pretty.nim')
-rw-r--r-- | compiler/pretty.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/pretty.nim b/compiler/pretty.nim index d6b593318..9f2074a0b 100644 --- a/compiler/pretty.nim +++ b/compiler/pretty.nim @@ -137,4 +137,4 @@ proc styleCheckUse*(info: TLineInfo; s: PSym) = var x = line.substr(0, first-1) & newName & line.substr(last+1) system.shallowCopy(gSourceFiles[info.fileIndex].lines[info.line-1], x) gSourceFiles[info.fileIndex].dirty = true - if newName == "File": writeStackTrace() + #if newName == "File": writeStackTrace() |