summaryrefslogtreecommitdiff
path: root/lua.stx
diff options
context:
space:
mode:
Diffstat (limited to 'lua.stx')
-rw-r--r--lua.stx3
1 files changed, 2 insertions, 1 deletions
diff --git a/lua.stx b/lua.stx
index 722fd42b..65d1337f 100644
--- a/lua.stx
+++ b/lua.stx
@@ -1,12 +1,13 @@
1%{ 1%{
2/* 2/*
3** $Id: lua.stx,v 1.15 1997/10/28 17:26:53 roberto Exp roberto $ 3** $Id: lua.stx,v 1.16 1997/10/30 18:47:19 roberto Exp roberto $
4** Syntax analizer and code generator 4** Syntax analizer and code generator
5** See Copyright Notice in lua.h 5** See Copyright Notice in lua.h
6*/ 6*/
7 7
8 8
9#include <stdlib.h> 9#include <stdlib.h>
10#include <string.h>
10 11
11#include "lauxlib.h" 12#include "lauxlib.h"
12#include "ldo.h" 13#include "ldo.h"