aboutsummaryrefslogtreecommitdiff
path: root/lpcode.h
diff options
context:
space:
mode:
authorSergio Medeiros <sqmedeiros@gmail.com>2015-03-23 14:13:25 -0300
committerSergio Medeiros <sqmedeiros@gmail.com>2015-03-23 14:13:25 -0300
commit0e93d536ba2d312502737cce2ab0cc21393c4842 (patch)
tree7de1e3ae967c90a43e7086ccef61d1722881b20c /lpcode.h
parenta5a4b257e626847be3be4878c603adb51cbb420f (diff)
downloadlpeglabel-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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lpcode.h b/lpcode.h
index 5c9d54f..72d2bb9 100644
--- a/lpcode.h
+++ b/lpcode.h
@@ -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);
17int hascaptures (TTree *tree); 17int hascaptures (TTree *tree);
18int lp_gc (lua_State *L); 18int lp_gc (lua_State *L);
19Instruction *compile (lua_State *L, Pattern *p); 19Instruction *compile (lua_State *L, Pattern *p);
20void reallocprog (lua_State *L, Pattern *p, int nsize); 20void realloccode (lua_State *L, Pattern *p, int nsize);
21int sizei (const Instruction *i); 21int sizei (const Instruction *i);
22 22
23 23