aboutsummaryrefslogtreecommitdiff
path: root/lundump.c
diff options
context:
space:
mode:
Diffstat (limited to 'lundump.c')
-rw-r--r--lundump.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lundump.c b/lundump.c
index 36c89704..5993229c 100644
--- a/lundump.c
+++ b/lundump.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lundump.c,v 1.22 2000/06/12 13:52:05 roberto Exp roberto $ 2** $Id: lundump.c,v 1.23 2000/06/26 19:28:31 roberto Exp roberto $
3** load bytecodes from files 3** load bytecodes from files
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -7,8 +7,6 @@
7#include <stdio.h> 7#include <stdio.h>
8#include <string.h> 8#include <string.h>
9 9
10#define LUA_REENTRANT
11
12#include "lua.h" 10#include "lua.h"
13 11
14#include "lauxlib.h" 12#include "lauxlib.h"