diff options
author | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-12-16 11:45:46 -0300 |
---|---|---|
committer | Sergio Queiroz <sqmedeiros@gmail.com> | 2016-12-16 11:45:46 -0300 |
commit | 1968c31ba622b8b5770b0b3fb0973d9e797959f1 (patch) | |
tree | 1f2086bf2a815b1657d7a72d36dc75de767b0e8b /lptree.c | |
parent | bbc6ec52e9ba1a030bbb503708fa2f3010efd983 (diff) | |
download | lpeglabel-1968c31ba622b8b5770b0b3fb0973d9e797959f1.tar.gz lpeglabel-1968c31ba622b8b5770b0b3fb0973d9e797959f1.tar.bz2 lpeglabel-1968c31ba622b8b5770b0b3fb0973d9e797959f1.zip |
Renaming "lpeglabelrec" to "lpeglabel", and "relabelrec" to "relabel"
Diffstat (limited to 'lptree.c')
-rw-r--r-- | lptree.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1348,8 +1348,8 @@ static struct luaL_Reg metareg[] = { | |||
1348 | }; | 1348 | }; |
1349 | 1349 | ||
1350 | 1350 | ||
1351 | int luaopen_lpeglabelrec (lua_State *L); /* labeled failure */ | 1351 | int luaopen_lpeglabel (lua_State *L); /* labeled failure */ |
1352 | int luaopen_lpeglabelrec (lua_State *L) { /* labeled failure */ | 1352 | int luaopen_lpeglabel (lua_State *L) { /* labeled failure */ |
1353 | luaL_newmetatable(L, PATTERN_T); | 1353 | luaL_newmetatable(L, PATTERN_T); |
1354 | lua_pushnumber(L, MAXBACK); /* initialize maximum backtracking */ | 1354 | lua_pushnumber(L, MAXBACK); /* initialize maximum backtracking */ |
1355 | lua_setfield(L, LUA_REGISTRYINDEX, MAXSTACKIDX); | 1355 | lua_setfield(L, LUA_REGISTRYINDEX, MAXSTACKIDX); |