aboutsummaryrefslogtreecommitdiff
path: root/lparser.c
diff options
context:
space:
mode:
Diffstat (limited to 'lparser.c')
-rw-r--r--lparser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lparser.c b/lparser.c
index 39619125..3ae4ad4d 100644
--- a/lparser.c
+++ b/lparser.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lparser.c,v 2.39 2005/12/07 15:43:05 roberto Exp roberto $ 2** $Id: lparser.c,v 2.40 2005/12/22 16:19:56 roberto Exp roberto $
3** Lua Parser 3** Lua Parser
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -23,7 +23,7 @@
23#include "lparser.h" 23#include "lparser.h"
24#include "lstate.h" 24#include "lstate.h"
25#include "lstring.h" 25#include "lstring.h"
26 26#include "ltable.h"
27 27
28 28
29 29