Graphical Remote Lua Debugger, a debugger for the lua programming language.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 lines
218 B

/* see copyright notice in grldc.h */
#ifndef _GRLDC_LUAJIT_EX_H_
#define _GRLDC_LUAJIT_EX_H_
#include "lua.h"
#ifdef LUA_VM_LUAJIT
int lua_pushthread_ex(lua_State *L, lua_State* thread);
#endif
#endif