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

4
ldo.c
View File

@@ -1,5 +1,5 @@
/*
** $Id: ldo.c,v 1.82 2000/08/04 19:38:35 roberto Exp roberto $
** $Id: ldo.c,v 1.83 2000/08/08 20:42:07 roberto Exp roberto $
** Stack and Call structure of Lua
** See Copyright Notice in lua.h
*/
@@ -10,8 +10,6 @@
#include <stdlib.h>
#include <string.h>
#define LUA_REENTRANT
#include "lua.h"
#include "lauxlib.h"