diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2022-10-26 20:12:18 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2022-10-26 20:12:18 -0400 |
| commit | 9380a54d7cf1795b26be79cd7abbb74a415d0788 (patch) | |
| tree | 1a550d2639a08aed5b6c922453cb081f712ac12b /Lua/lbp.c | |
| parent | ed737a76bac93034d11173cf58ff0a73ad1b12cf (diff) | |
Moving to each_match() API
Diffstat (limited to 'Lua/lbp.c')
| -rw-r--r-- | Lua/lbp.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -36,7 +36,6 @@ lua_State *cur_state = NULL; static void match_error(pat_t *pat, const char *msg) { (void)pat; - recycle_all_matches(); lua_pushstring(cur_state, msg); lua_error(cur_state); } |
