diff options
author | rumpf_a@web.de <> | 2009-12-20 12:43:28 +0100 |
---|---|---|
committer | rumpf_a@web.de <> | 2009-12-20 12:43:28 +0100 |
commit | f56816def07cf88f7ed3905eeba02f19fc0a4b9c (patch) | |
tree | b057be62c7a4abbff0d0ff6a19251b87ce383001 /lib/wrappers | |
parent | 8ce705f6860169b6b0c6db94db38ba25f4f1965f (diff) | |
download | Nim-f56816def07cf88f7ed3905eeba02f19fc0a4b9c.tar.gz |
got rid of platdef.c; compiler now always does linking step
Diffstat (limited to 'lib/wrappers')
-rwxr-xr-x | lib/wrappers/lua/lua.nim | 8 |
1 files changed, 4 insertions, 4 deletions
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, |