aboutsummaryrefslogtreecommitdiff
path: root/llex.c
diff options
context:
space:
mode:
Diffstat (limited to 'llex.c')
-rw-r--r--llex.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/llex.c b/llex.c
index 60f34ed8..6a8c158e 100644
--- a/llex.c
+++ b/llex.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: llex.c,v 2.18 2006/01/23 20:06:19 roberto Exp roberto $ 2** $Id: llex.c,v 2.19 2006/02/06 18:28:16 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*/
@@ -20,6 +20,7 @@
20#include "lparser.h" 20#include "lparser.h"
21#include "lstate.h" 21#include "lstate.h"
22#include "lstring.h" 22#include "lstring.h"
23#include "ltable.h"
23#include "lzio.h" 24#include "lzio.h"
24 25
25 26