aboutsummaryrefslogtreecommitdiff
path: root/lparser.c
diff options
context:
space:
mode:
Diffstat (limited to 'lparser.c')
-rw-r--r--lparser.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lparser.c b/lparser.c
index 4e0962be..daa796b6 100644
--- a/lparser.c
+++ b/lparser.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lparser.c,v 1.93 2000/05/30 19:00:31 roberto Exp roberto $ 2** $Id: lparser.c,v 1.94 2000/06/05 14:56:18 roberto Exp roberto $
3** LL(1) Parser and code generator for Lua 3** LL(1) Parser and code generator for Lua
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -10,6 +10,8 @@
10 10
11#define LUA_REENTRANT 11#define LUA_REENTRANT
12 12
13#include "lua.h"
14
13#include "lcode.h" 15#include "lcode.h"
14#include "lfunc.h" 16#include "lfunc.h"
15#include "llex.h" 17#include "llex.h"