From 29ede6aa13144ff7b69c57a87be1ee93f57ae896 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Mon, 22 Nov 1999 11:12:07 -0200 Subject: first implementation of multiple states (reentrant code). --- lbuiltin.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lbuiltin.h') diff --git a/lbuiltin.h b/lbuiltin.h index 07210f85..6a4915d0 100644 --- a/lbuiltin.h +++ b/lbuiltin.h @@ -1,5 +1,5 @@ /* -** $Id: $ +** $Id: lbuiltin.h,v 1.1 1997/09/16 19:25:59 roberto Exp roberto $ ** Built-in functions ** See Copyright Notice in lua.h */ @@ -7,8 +7,9 @@ #ifndef lbuiltin_h #define lbuiltin_h +#include "lua.h" -void luaB_predefine (void); +void luaB_predefine (lua_State *L); #endif -- cgit v1.2.3-55-g6feb