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: lfunc.c,v 1.27 2000/08/08 18:26:05 roberto Exp roberto $
** $Id: lfunc.c,v 1.28 2000/08/08 20:42:07 roberto Exp roberto $
** Auxiliary functions to manipulate prototypes and closures
** See Copyright Notice in lua.h
*/
@@ -7,8 +7,6 @@
#include <stdlib.h>
#define LUA_REENTRANT
#include "lua.h"
#include "lfunc.h"