diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-02-23 11:57:28 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-02-23 11:57:28 -0300 |
| commit | f04c83e0759b1059545ea0526c5999c35cb1793f (patch) | |
| tree | 97a483571b0ee31c0620a90b3ab9a0da485759a2 /lapi.h | |
| parent | c364e9f97ee825be833d50a04a621d58d71af684 (diff) | |
| download | lua-f04c83e0759b1059545ea0526c5999c35cb1793f.tar.gz lua-f04c83e0759b1059545ea0526c5999c35cb1793f.tar.bz2 lua-f04c83e0759b1059545ea0526c5999c35cb1793f.zip | |
new function "lua_next" (+ new implementation for "next")
Diffstat (limited to 'lapi.h')
| -rw-r--r-- | lapi.h | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | ** $Id: lapi.h,v 1.2 1998/06/19 16:14:09 roberto Exp roberto $ | 2 | ** $Id: lapi.h,v 1.3 1999/02/22 19:13:12 roberto Exp roberto $ |
| 3 | ** Auxiliary functions from Lua API | 3 | ** Auxiliary functions from Lua API |
| 4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
| 5 | */ | 5 | */ |
| @@ -17,5 +17,6 @@ void luaA_pushobject (TObject *o); | |||
| 17 | void luaA_packresults (void); | 17 | void luaA_packresults (void); |
| 18 | int luaA_passresults (void); | 18 | int luaA_passresults (void); |
| 19 | TaggedString *luaA_nextvar (TaggedString *g); | 19 | TaggedString *luaA_nextvar (TaggedString *g); |
| 20 | int luaA_next (Hash *t, int i); | ||
| 20 | 21 | ||
| 21 | #endif | 22 | #endif |
