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
lgc.c
View File

@@ -1,11 +1,9 @@
/*
** $Id: lgc.c,v 1.60 2000/08/07 20:21:34 roberto Exp roberto $
** $Id: lgc.c,v 1.61 2000/08/08 20:42:07 roberto Exp roberto $
** Garbage Collector
** See Copyright Notice in lua.h
*/
#define LUA_REENTRANT
#include "lua.h"
#include "ldo.h"