summaryrefslogtreecommitdiff
path: root/lparser.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 /lparser.c
parentfdd04e7a7f624dad1a1443e08193241dea935287 (diff)
downloadlua-github-e238efc5367a8d88757dd84df0683e1d8d9f9211.tar.gz
default now is multi-state
Diffstat (limited to 'lparser.c')
-rw-r--r--lparser.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lparser.c b/lparser.c
index 18fb02cb..ef4a57ab 100644
--- a/lparser.c
+++ b/lparser.c
@@ -1,5 +1,5 @@
/*
-** $Id: lparser.c,v 1.105 2000/08/08 20:48:55 roberto Exp roberto $
+** $Id: lparser.c,v 1.106 2000/08/09 14:49:13 roberto Exp roberto $
** LL(1) Parser and code generator for Lua
** See Copyright Notice in lua.h
*/
@@ -8,8 +8,6 @@
#include <stdio.h>
#include <string.h>
-#define LUA_REENTRANT
-
#include "lua.h"
#include "lcode.h"