mirror of
https://github.com/lua/lua
synced 2024-11-26 06:39:41 +03:00
comment
This commit is contained in:
parent
e5743adb21
commit
878ef96127
4
lua.h
4
lua.h
@ -1,5 +1,5 @@
|
||||
/*
|
||||
** $Id: lua.h,v 1.37 1999/11/11 17:02:40 roberto Exp roberto $
|
||||
** $Id: lua.h,v 1.38 1999/11/22 13:12:07 roberto Exp roberto $
|
||||
** Lua - An Extensible Extension Language
|
||||
** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil
|
||||
** e-mail: lua@tecgraf.puc-rio.br
|
||||
@ -25,7 +25,7 @@
|
||||
|
||||
typedef struct lua_State lua_State;
|
||||
|
||||
typedef void (*lua_CFunction) ();
|
||||
typedef void (*lua_CFunction) ( /* lua_State *L */ );
|
||||
typedef unsigned int lua_Object;
|
||||
|
||||
lua_State *lua_newstate (void);
|
||||
|
Loading…
Reference in New Issue
Block a user