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 @@
/*
-** $Id: dump.c,v 1.37 2002/08/07 00:36:03 lhf Exp lhf $
+** $Id: ldump.c,v 1.1 2002/10/25 21:31:28 roberto Exp roberto $
** save bytecodes
** See Copyright Notice in lua.h
*/
#include <stddef.h>
+#define ldump_c
+
#include "lua.h"
#include "lobject.h"