aboutsummaryrefslogtreecommitdiff
path: root/ldebug.h
blob: d52a00a4a0096f6cdc8ecaa12b2dab5b9f1d2416 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
** $Id: ldebug.h,v 1.1 2000/01/14 17:15:44 roberto Exp roberto $
** Auxiliary functions from Debug Interface module
** See Copyright Notice in lua.h
*/

#ifndef ldebug_h
#define ldebug_h


#include "lstate.h"
#include "luadebug.h"


void luaG_callerror (lua_State *L, StkId func);
void luaG_indexerror (lua_State *L, StkId t);


#endif