diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-10-08 15:46:08 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2002-10-08 15:46:08 -0300 |
| commit | b3d0682fb94f56a438dbb4fdb2b3440ccc10cfb4 (patch) | |
| tree | 746fc9900768dfaf1ddffca35cb4f6fd55903bbf /lparser.h | |
| parent | 02afc892d5ce5d85e88faac443d7294589ee697a (diff) | |
| download | lua-github-b3d0682fb94f56a438dbb4fdb2b3440ccc10cfb4.tar.gz | |
use of different buffers for scanner and concatenation
Diffstat (limited to 'lparser.h')
| -rw-r--r-- | lparser.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ /* -** $Id: lparser.h,v 1.43 2002/05/10 19:22:11 roberto Exp roberto $ +** $Id: lparser.h,v 1.44 2002/05/14 17:52:22 roberto Exp roberto $ ** Lua Parser ** See Copyright Notice in lua.h */ @@ -65,7 +65,7 @@ typedef struct FuncState { } FuncState; -Proto *luaY_parser (lua_State *L, ZIO *z); +Proto *luaY_parser (lua_State *L, ZIO *z, Mbuffer *buff); #endif |
