diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-11-25 16:44:02 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-11-25 16:44:02 -0200 |
commit | 878ef96127e5c4649b07af74029ac14511bdb50a (patch) | |
tree | ba23f2fa2bdf7453e60b9d4256c505945e96abab /lua.h | |
parent | e5743adb21c295e9903c394096c6f3737fb6dec4 (diff) | |
download | lua-878ef96127e5c4649b07af74029ac14511bdb50a.tar.gz lua-878ef96127e5c4649b07af74029ac14511bdb50a.tar.bz2 lua-878ef96127e5c4649b07af74029ac14511bdb50a.zip |
comment
Diffstat (limited to 'lua.h')
-rw-r--r-- | lua.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.h,v 1.37 1999/11/11 17:02:40 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.38 1999/11/22 13:12:07 roberto Exp roberto $ |
3 | ** Lua - An Extensible Extension Language | 3 | ** Lua - An Extensible Extension Language |
4 | ** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil | 4 | ** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil |
5 | ** e-mail: lua@tecgraf.puc-rio.br | 5 | ** e-mail: lua@tecgraf.puc-rio.br |
@@ -25,7 +25,7 @@ | |||
25 | 25 | ||
26 | typedef struct lua_State lua_State; | 26 | typedef struct lua_State lua_State; |
27 | 27 | ||
28 | typedef void (*lua_CFunction) (); | 28 | typedef void (*lua_CFunction) ( /* lua_State *L */ ); |
29 | typedef unsigned int lua_Object; | 29 | typedef unsigned int lua_Object; |
30 | 30 | ||
31 | lua_State *lua_newstate (void); | 31 | lua_State *lua_newstate (void); |