aboutsummaryrefslogtreecommitdiff
path: root/ldebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'ldebug.h')
-rw-r--r--ldebug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ldebug.h b/ldebug.h
index d52a00a4..15be1eb4 100644
--- a/ldebug.h
+++ b/ldebug.h
@@ -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
15void luaG_callerror (lua_State *L, StkId func); 15void luaG_callerror (lua_State *L, StkId func);
16void luaG_indexerror (lua_State *L, StkId t); 16void luaG_indexerror (lua_State *L, StkId t);
17int luaG_getline (int *lineinfo, int pc, int refline, int *refi);
17 18
18 19
19#endif 20#endif