summaryrefslogtreecommitdiff
path: root/ldump.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldump.c')
-rw-r--r--ldump.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ldump.c b/ldump.c
index 24367891..d41082bd 100644
--- a/ldump.c
+++ b/ldump.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ldump.c,v 1.6 2003/08/15 13:48:53 roberto Exp roberto $ 2** $Id: ldump.c,v 2.1 2003/12/10 12:13:36 roberto Exp roberto $
3** save bytecodes 3** save bytecodes
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -7,6 +7,7 @@
7#include <stddef.h> 7#include <stddef.h>
8 8
9#define ldump_c 9#define ldump_c
10#define LUA_CORE
10 11
11#include "lua.h" 12#include "lua.h"
12 13