summaryrefslogtreecommitdiff
path: root/lcode.c
diff options
context:
space:
mode:
Diffstat (limited to 'lcode.c')
-rw-r--r--lcode.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lcode.c b/lcode.c
index 86121331..08068f01 100644
--- a/lcode.c
+++ b/lcode.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lcode.c,v 1.44 2000/08/08 20:42:07 roberto Exp roberto $ 2** $Id: lcode.c,v 1.45 2000/08/09 14:49:13 roberto Exp roberto $
3** Code generator for Lua 3** Code generator for Lua
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -7,8 +7,6 @@
7 7
8#include "stdlib.h" 8#include "stdlib.h"
9 9
10#define LUA_REENTRANT
11
12#include "lua.h" 10#include "lua.h"
13 11
14#include "lcode.h" 12#include "lcode.h"