default now is multi-state

This commit is contained in:
Roberto Ierusalimschy
2000-08-09 16:16:57 -03:00
parent fdd04e7a7f
commit e238efc536
30 changed files with 230 additions and 212 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: lauxlib.c,v 1.28 2000/05/24 13:54:49 roberto Exp roberto $
** $Id: lauxlib.c,v 1.29 2000/06/12 13:52:05 roberto Exp roberto $
** Auxiliary functions for building Lua libraries
** See Copyright Notice in lua.h
*/
@@ -14,8 +14,6 @@
** With care, these functions can be used by other libraries.
*/
#define LUA_REENTRANT
#include "lua.h"
#include "lauxlib.h"