aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lparser.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lparser.c b/lparser.c
index 44b3d8b5..a9f04128 100644
--- a/lparser.c
+++ b/lparser.c
@@ -1,11 +1,12 @@
1/* 1/*
2** $Id: lparser.c,v 1.7 1998/12/28 13:44:54 roberto Exp $ 2** $Id: lparser.c,v 1.8 1999/01/15 11:38:33 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*/
6 6
7 7
8#include <stdio.h> 8#include <stdio.h>
9#include <string.h>
9 10
10#include "lauxlib.h" 11#include "lauxlib.h"
11#include "ldo.h" 12#include "ldo.h"