aboutsummaryrefslogtreecommitdiff
path: root/llex.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-08-09 16:16:57 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-08-09 16:16:57 -0300
commite238efc5367a8d88757dd84df0683e1d8d9f9211 (patch)
treec460226a60d7598193fa4fe87d1736d80bd5bfab /llex.c
parentfdd04e7a7f624dad1a1443e08193241dea935287 (diff)
downloadlua-e238efc5367a8d88757dd84df0683e1d8d9f9211.tar.gz
lua-e238efc5367a8d88757dd84df0683e1d8d9f9211.tar.bz2
lua-e238efc5367a8d88757dd84df0683e1d8d9f9211.zip
default now is multi-state
Diffstat (limited to 'llex.c')
-rw-r--r--llex.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/llex.c b/llex.c
index 49824b24..b5b1fca8 100644
--- a/llex.c
+++ b/llex.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: llex.c,v 1.65 2000/06/21 18:13:56 roberto Exp roberto $ 2** $Id: llex.c,v 1.66 2000/08/08 20:42:07 roberto Exp roberto $
3** Lexical Analyzer 3** Lexical Analyzer
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -9,8 +9,6 @@
9#include <stdio.h> 9#include <stdio.h>
10#include <string.h> 10#include <string.h>
11 11
12#define LUA_REENTRANT
13
14#include "lua.h" 12#include "lua.h"
15 13
16#include "lauxlib.h" 14#include "lauxlib.h"