diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2010-02-08 22:07:45 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2010-02-08 22:07:45 +0100 |
commit | 44ed48ffa6c39653415b0e0e528a1e8a515a7a77 (patch) | |
tree | 60e777c5d77b778670c5c219278cf63865fc5320 /lib/wrappers/tcl.nim | |
parent | a4ba3556456e7e42d5997db9f935904434df9b6f (diff) | |
download | Nim-44ed48ffa6c39653415b0e0e528a1e8a515a7a77.tar.gz |
more enhancements for the lib
Diffstat (limited to 'lib/wrappers/tcl.nim')
-rwxr-xr-x | lib/wrappers/tcl.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/wrappers/tcl.nim b/lib/wrappers/tcl.nim index 0d9d08507..813714ecd 100755 --- a/lib/wrappers/tcl.nim +++ b/lib/wrappers/tcl.nim @@ -32,6 +32,8 @@ # *********************************************************************** # +{.deadCodeElim: on.} + when defined(WIN32): const dllName = "tcl(85|84|83|82|81|80).dll" elif defined(macosx): |