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

@@ -1,5 +1,5 @@
/*
** $Id: llex.c,v 1.65 2000/06/21 18:13:56 roberto Exp roberto $
** $Id: llex.c,v 1.66 2000/08/08 20:42:07 roberto Exp roberto $
** Lexical Analyzer
** See Copyright Notice in lua.h
*/
@@ -9,8 +9,6 @@
#include <stdio.h>
#include <string.h>
#define LUA_REENTRANT
#include "lua.h"
#include "lauxlib.h"