diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-08-08 15:26:05 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-08-08 15:26:05 -0300 |
commit | f90bc248b3c3c18941a96038b2a7517ad571d8b1 (patch) | |
tree | 696583e7b4f462d01b07b8510faecd47b9baaf62 /ldebug.h | |
parent | d9e61e8ceafe8c3f6ad936979719ca7c446ce228 (diff) | |
download | lua-f90bc248b3c3c18941a96038b2a7517ad571d8b1.tar.gz lua-f90bc248b3c3c18941a96038b2a7517ad571d8b1.tar.bz2 lua-f90bc248b3c3c18941a96038b2a7517ad571d8b1.zip |
new structure for line information
Diffstat (limited to 'ldebug.h')
-rw-r--r-- | ldebug.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ldebug.h,v 1.1 2000/01/14 17:15:44 roberto Exp roberto $ | 2 | ** $Id: ldebug.h,v 1.2 2000/06/28 20:20:36 roberto Exp roberto $ |
3 | ** Auxiliary functions from Debug Interface module | 3 | ** Auxiliary functions from Debug Interface module |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -14,6 +14,7 @@ | |||
14 | 14 | ||
15 | void luaG_callerror (lua_State *L, StkId func); | 15 | void luaG_callerror (lua_State *L, StkId func); |
16 | void luaG_indexerror (lua_State *L, StkId t); | 16 | void luaG_indexerror (lua_State *L, StkId t); |
17 | int luaG_getline (int *lineinfo, int pc, int refline, int *refi); | ||
17 | 18 | ||
18 | 19 | ||
19 | #endif | 20 | #endif |