first implementation of multiple states (reentrant code).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user