aboutsummaryrefslogtreecommitdiff
path: root/lundump.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-03-03 11:58:26 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-03-03 11:58:26 -0300
commit3c9d999424520c809e05bee11d81788b488434f6 (patch)
tree7556d9ea10bda42b226aec4dd956753467cc0864 /lundump.h
parentf7840a3e0bc07813246b2bad6bf4579848187908 (diff)
downloadlua-3c9d999424520c809e05bee11d81788b488434f6.tar.gz
lua-3c9d999424520c809e05bee11d81788b488434f6.tar.bz2
lua-3c9d999424520c809e05bee11d81788b488434f6.zip
many details (most by lhf).
Diffstat (limited to 'lundump.h')
-rw-r--r--lundump.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lundump.h b/lundump.h
index d4f6f628..4c582ad5 100644
--- a/lundump.h
+++ b/lundump.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lundump.h,v 1.17 1999/12/02 18:51:09 lhf Exp $ 2** $Id: lundump.h,v 1.18 2000/01/28 17:51:09 lhf Exp $
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*/
@@ -27,6 +27,7 @@ double luaU_str2d (lua_State* L, const char* b, const char* where);
27#define SIGNATURE "Lua" /* ...followed by this signature */ 27#define SIGNATURE "Lua" /* ...followed by this signature */
28 28
29/* formats for error messages */ 29/* formats for error messages */
30#define xSOURCE "<%d:%.255s>"
30#define SOURCE "<%.255s:%d>" 31#define SOURCE "<%.255s:%d>"
31#define IN " in %p " SOURCE 32#define IN " in %p " SOURCE
32#define INLOC tf,tf->source->str,tf->lineDefined 33#define INLOC tf,tf->source->str,tf->lineDefined