aboutsummaryrefslogtreecommitdiff
path: root/lundump.c
diff options
context:
space:
mode:
Diffstat (limited to 'lundump.c')
-rw-r--r--lundump.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lundump.c b/lundump.c
index a0d0e19f..48195faa 100644
--- a/lundump.c
+++ b/lundump.c
@@ -1,9 +1,11 @@
1/* 1/*
2** $Id: lundump.c,v 1.56 2002/10/25 21:30:41 roberto Exp roberto $ 2** $Id: lundump.c,v 1.57 2002/11/14 16:15:53 roberto Exp roberto $
3** load pre-compiled Lua chunks 3** load pre-compiled Lua chunks
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
6 6
7#define lundump_c
8
7#include "lua.h" 9#include "lua.h"
8 10
9#include "ldebug.h" 11#include "ldebug.h"