aboutsummaryrefslogtreecommitdiff
path: root/lpcode.h
diff options
context:
space:
mode:
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