From 3c9d999424520c809e05bee11d81788b488434f6 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 3 Mar 2000 11:58:26 -0300 Subject: many details (most by lhf). --- lundump.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lundump.h') diff --git a/lundump.h b/lundump.h index d4f6f628..4c582ad5 100644 --- a/lundump.h +++ b/lundump.h @@ -1,5 +1,5 @@ /* -** $Id: lundump.h,v 1.17 1999/12/02 18:51:09 lhf Exp $ +** $Id: lundump.h,v 1.18 2000/01/28 17:51:09 lhf Exp $ ** load pre-compiled Lua chunks ** See Copyright Notice in lua.h */ @@ -27,6 +27,7 @@ double luaU_str2d (lua_State* L, const char* b, const char* where); #define SIGNATURE "Lua" /* ...followed by this signature */ /* formats for error messages */ +#define xSOURCE "<%d:%.255s>" #define SOURCE "<%.255s:%d>" #define IN " in %p " SOURCE #define INLOC tf,tf->source->str,tf->lineDefined -- cgit v1.2.3-55-g6feb