diff options
Diffstat (limited to 'lpcode.h')
-rw-r--r-- | lpcode.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lpcode.h,v 1.5 2013/04/04 21:24:45 roberto Exp $ | 2 | ** $Id: lpcode.h,v 1.6 2013/11/28 14:56:02 roberto Exp $ |
3 | */ | 3 | */ |
4 | 4 | ||
5 | #if !defined(lpcode_h) | 5 | #if !defined(lpcode_h) |
@@ -17,7 +17,7 @@ int fixedlenx (TTree *tree, int count, int len); | |||
17 | int hascaptures (TTree *tree); | 17 | int hascaptures (TTree *tree); |
18 | int lp_gc (lua_State *L); | 18 | int lp_gc (lua_State *L); |
19 | Instruction *compile (lua_State *L, Pattern *p); | 19 | Instruction *compile (lua_State *L, Pattern *p); |
20 | void reallocprog (lua_State *L, Pattern *p, int nsize); | 20 | void realloccode (lua_State *L, Pattern *p, int nsize); |
21 | int sizei (const Instruction *i); | 21 | int sizei (const Instruction *i); |
22 | 22 | ||
23 | 23 | ||