aboutsummaryrefslogtreecommitdiff
path: root/lundump.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-12-04 15:38:31 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2002-12-04 15:38:31 -0200
commit27c6b4d42212eb0da07d9326470220818bb7b75f (patch)
tree8c2617a6a5bb0cfd8bbc75b8aba6e6308a9c8911 /lundump.c
parent0bb8eb51517ef63c65fb986d711c3163ad0be38f (diff)
downloadlua-27c6b4d42212eb0da07d9326470220818bb7b75f.tar.gz
lua-27c6b4d42212eb0da07d9326470220818bb7b75f.tar.bz2
lua-27c6b4d42212eb0da07d9326470220818bb7b75f.zip
each .c file defines its own name
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"