summaryrefslogtreecommitdiff
path: root/ldump.c
diff options
context:
space:
mode:
Diffstat (limited to 'ldump.c')
-rw-r--r--ldump.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/ldump.c b/ldump.c
index 10e9acd2..0a3b9453 100644
--- a/ldump.c
+++ b/ldump.c
@@ -1,11 +1,13 @@
1/* 1/*
2** $Id: dump.c,v 1.37 2002/08/07 00:36:03 lhf Exp lhf $ 2** $Id: ldump.c,v 1.1 2002/10/25 21:31:28 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*/
6 6
7#include <stddef.h> 7#include <stddef.h>
8 8
9#define ldump_c
10
9#include "lua.h" 11#include "lua.h"
10 12
11#include "lobject.h" 13#include "lobject.h"