mirror of
https://github.com/lua/lua
synced 2026-09-27 00:28:25 +03:00
many details (most by lhf).
This commit is contained in:
parent
f7840a3e0b
commit
3c9d999424
32 changed files with 283 additions and 296 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue