summary refs log tree commit diff stats
path: root/lib
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-03-28 16:43:05 +0200
committerAraq <rumpf_a@web.de>2012-03-28 16:43:05 +0200
commit1af0601011349f01bdd89cc24c778d82134e4333 (patch)
treec8b66701cc494bc03455ed44c3529d8251a8f2b5 /lib
parenta79acb58fc089a71fb88fd4b96a73bdd518e6e42 (diff)
downloadNim-1af0601011349f01bdd89cc24c778d82134e4333.tar.gz
bugfix #100 again
Diffstat (limited to 'lib')
-rwxr-xr-xlib/system/ansi_c.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/system/ansi_c.nim b/lib/system/ansi_c.nim
index 9722e1396..e328f7099 100755
--- a/lib/system/ansi_c.nim
+++ b/lib/system/ansi_c.nim
@@ -103,4 +103,3 @@ proc c_getenv(env: CString): CString {.importc: "getenv", noDecl.}
 proc c_putenv(env: CString): cint {.importc: "putenv", noDecl.}
 
 {.pop}
-