From f56816def07cf88f7ed3905eeba02f19fc0a4b9c Mon Sep 17 00:00:00 2001 From: "rumpf_a@web.de" <> Date: Sun, 20 Dec 2009 12:43:28 +0100 Subject: got rid of platdef.c; compiler now always does linking step --- lib/impure/zipfiles.nim | 2 +- lib/wrappers/lua/lua.nim | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'lib') diff --git a/lib/impure/zipfiles.nim b/lib/impure/zipfiles.nim index 07fe41a04..09bf8f7cc 100755 --- a/lib/impure/zipfiles.nim +++ b/lib/impure/zipfiles.nim @@ -21,7 +21,7 @@ type proc zipError(z: var TZipArchive) = var e: ref EIO new(e) - e.msg = zip_strerror(z.w) + e.msg = $zip_strerror(z.w) raise e proc open*(z: var TZipArchive, filename: string, mode: TFileMode = fmRead): bool = diff --git a/lib/wrappers/lua/lua.nim b/lib/wrappers/lua/lua.nim index 7f419fa83..58c827b79 100755 --- a/lib/wrappers/lua/lua.nim +++ b/lib/wrappers/lua/lua.nim @@ -265,9 +265,9 @@ type lua_Chunkwriter* = lua_Writer # -#** {====================================================================== +#** ====================================================================== #** Debug API -#** ======================================================================= +#** ====================================================================== # const @@ -305,9 +305,9 @@ type lua_Hook* = proc (L: Plua_State, ar: Plua_Debug){.cdecl.} # -#** {====================================================================== +#** ====================================================================== #** Debug API -#** ======================================================================= +#** ====================================================================== # proc lua_getstack*(L: Plua_State, level: int, ar: Plua_Debug): int{.cdecl, -- cgit 1.4.1-2-gfad0