summary refs log tree commit diff stats
path: root/lib/newwrap
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2010-02-08 22:07:45 +0100
committerAndreas Rumpf <rumpf_a@web.de>2010-02-08 22:07:45 +0100
commit44ed48ffa6c39653415b0e0e528a1e8a515a7a77 (patch)
tree60e777c5d77b778670c5c219278cf63865fc5320 /lib/newwrap
parenta4ba3556456e7e42d5997db9f935904434df9b6f (diff)
downloadNim-44ed48ffa6c39653415b0e0e528a1e8a515a7a77.tar.gz
more enhancements for the lib
Diffstat (limited to 'lib/newwrap')
-rwxr-xr-xlib/newwrap/libcurl.nim2
-rwxr-xr-xlib/newwrap/postgres.nim2
-rwxr-xr-xlib/newwrap/tcl.nim2
3 files changed, 6 insertions, 0 deletions
diff --git a/lib/newwrap/libcurl.nim b/lib/newwrap/libcurl.nim
index 38e76a033..875f1cbc8 100755
--- a/lib/newwrap/libcurl.nim
+++ b/lib/newwrap/libcurl.nim
@@ -16,6 +16,8 @@
 #   website for this. 
 # 
 
+{.deadCodeElim: on.}
+
 import 
   times
 
diff --git a/lib/newwrap/postgres.nim b/lib/newwrap/postgres.nim
index cdb4a7283..84e7d5abc 100755
--- a/lib/newwrap/postgres.nim
+++ b/lib/newwrap/postgres.nim
@@ -6,6 +6,8 @@
 # connection-protocol.
 #
 
+{.deadCodeElim: on.}
+
 when defined(windows): 
   const 
     dllName = "pq.dll"
diff --git a/lib/newwrap/tcl.nim b/lib/newwrap/tcl.nim
index c7be03cdb..f2ecf558d 100755
--- a/lib/newwrap/tcl.nim
+++ b/lib/newwrap/tcl.nim
@@ -32,6 +32,8 @@
 #  ***********************************************************************
 # 
 
+{.deadCodeElim: on.}
+
 when defined(WIN32): 
   const 
     dllName = "tcl(85|84|83|82|81|80).dll"