aboutsummaryrefslogtreecommitdiff
path: root/lptree.c
diff options
context:
space:
mode:
Diffstat (limited to 'lptree.c')
-rw-r--r--lptree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lptree.c b/lptree.c
index 59e920d..bc0333b 100644
--- a/lptree.c
+++ b/lptree.c
@@ -1196,7 +1196,7 @@ static int lp_match (lua_State *L) {
1196 const char *s = luaL_checklstring(L, SUBJIDX, &l); 1196 const char *s = luaL_checklstring(L, SUBJIDX, &l);
1197 size_t i = initposition(L, l); 1197 size_t i = initposition(L, l);
1198 int ptop = lua_gettop(L); 1198 int ptop = lua_gettop(L);
1199 byte labelf; /* labeled failure */ 1199 short labelf; /* labeled failure */
1200 const char *sfail = NULL; /* labeled failure */ 1200 const char *sfail = NULL; /* labeled failure */
1201 lua_pushnil(L); /* initialize subscache */ 1201 lua_pushnil(L); /* initialize subscache */
1202 lua_pushlightuserdata(L, capture); /* initialize caplistidx */ 1202 lua_pushlightuserdata(L, capture); /* initialize caplistidx */