diff options
author | Araq <rumpf_a@web.de> | 2012-03-28 16:43:05 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-03-28 16:43:05 +0200 |
commit | 1af0601011349f01bdd89cc24c778d82134e4333 (patch) | |
tree | c8b66701cc494bc03455ed44c3529d8251a8f2b5 /lib/system | |
parent | a79acb58fc089a71fb88fd4b96a73bdd518e6e42 (diff) | |
download | Nim-1af0601011349f01bdd89cc24c778d82134e4333.tar.gz |
bugfix #100 again
Diffstat (limited to 'lib/system')
-rwxr-xr-x | lib/system/ansi_c.nim | 1 |
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} - |