diff options
author | Liam Devine <dmail00@gmail.com> | 2011-07-04 23:31:14 +0100 |
---|---|---|
committer | Sam Roberts <vieuxtech@gmail.com> | 2012-04-11 13:33:34 -0700 |
commit | e15ed19db6eb3385c1b35219c2dfa11953c3d47e (patch) | |
tree | 4e38a0b05ac7cbaaa449f2b32dc959409ceae9ea /src/except.c | |
parent | a984607f28d0a802acaf1a16da225234af769baa (diff) | |
download | luasocket-e15ed19db6eb3385c1b35219c2dfa11953c3d47e.tar.gz luasocket-e15ed19db6eb3385c1b35219c2dfa11953c3d47e.tar.bz2 luasocket-e15ed19db6eb3385c1b35219c2dfa11953c3d47e.zip |
Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs sorting out to take maybe a version number and also the local paths need removing.
Diffstat (limited to 'src/except.c')
-rw-r--r-- | src/except.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/except.c b/src/except.c index 5faa5be..97c00a3 100644 --- a/src/except.c +++ b/src/except.c | |||
@@ -21,7 +21,7 @@ static int finalize(lua_State *L); | |||
21 | static int do_nothing(lua_State *L); | 21 | static int do_nothing(lua_State *L); |
22 | 22 | ||
23 | /* except functions */ | 23 | /* except functions */ |
24 | static luaL_reg func[] = { | 24 | static luaL_Reg func[] = { |
25 | {"newtry", global_newtry}, | 25 | {"newtry", global_newtry}, |
26 | {"protect", global_protect}, | 26 | {"protect", global_protect}, |
27 | {NULL, NULL} | 27 | {NULL, NULL} |