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: ltable.c,v 1.51 2000/08/04 19:38:35 roberto Exp roberto $
** $Id: ltable.c,v 1.52 2000/08/07 20:21:34 roberto Exp roberto $
** Lua tables (hash)
** See Copyright Notice in lua.h
*/
@@ -18,8 +18,6 @@
*/
#define LUA_REENTRANT
#include "lua.h"
#include "lauxlib.h"