summary refs log tree commit diff stats
path: root/compiler/pretty.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-09-10 20:34:33 +0200
committerAraq <rumpf_a@web.de>2014-09-10 20:34:33 +0200
commit22fb9db8459063def6e04259f6222affec177c5c (patch)
treeb0554b2ded24a9a695a476e66af218c95f6b1d13 /compiler/pretty.nim
parentc5dbcb548fe5b005594d3e6d1c266d3ec7eb13a2 (diff)
downloadNim-22fb9db8459063def6e04259f6222affec177c5c.tar.gz
nimfix improvements
Diffstat (limited to 'compiler/pretty.nim')
-rw-r--r--compiler/pretty.nim2
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()