summaryrefslogtreecommitdiff
path: root/lcode.c
diff options
context:
space:
mode:
Diffstat (limited to 'lcode.c')
-rw-r--r--lcode.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lcode.c b/lcode.c
index 491adb10..3e22de75 100644
--- a/lcode.c
+++ b/lcode.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lcode.c,v 1.112 2002/10/16 20:40:58 roberto Exp roberto $ 2** $Id: lcode.c,v 1.113 2002/11/14 16:15:53 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,6 +7,8 @@
7 7
8#include <stdlib.h> 8#include <stdlib.h>
9 9
10#define lcode_c
11
10#include "lua.h" 12#include "lua.h"
11 13
12#include "lcode.h" 14#include "lcode.h"