From 878ef96127e5c4649b07af74029ac14511bdb50a Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 25 Nov 1999 16:44:02 -0200 Subject: comment --- lua.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua.h') diff --git a/lua.h b/lua.h index aed37bad..28ed9d38 100644 --- a/lua.h +++ b/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); -- cgit v1.2.3-55-g6feb