diff options
author | Sergio Medeiros <sqmedeiros@gmail.com> | 2015-03-23 14:13:25 -0300 |
---|---|---|
committer | Sergio Medeiros <sqmedeiros@gmail.com> | 2015-03-23 14:13:25 -0300 |
commit | 0e93d536ba2d312502737cce2ab0cc21393c4842 (patch) | |
tree | 7de1e3ae967c90a43e7086ccef61d1722881b20c /lpcode.h | |
parent | a5a4b257e626847be3be4878c603adb51cbb420f (diff) | |
download | lpeglabel-0e93d536ba2d312502737cce2ab0cc21393c4842.tar.gz lpeglabel-0e93d536ba2d312502737cce2ab0cc21393c4842.tar.bz2 lpeglabel-0e93d536ba2d312502737cce2ab0cc21393c4842.zip |
Updating to lpeg 0.12.2
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 | ||