Permalink
Cannot retrieve contributors at this time
9 lines (6 sloc)
167 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#ifndef NSE_DEBUG | |
#define NSE_DEBUG | |
void value_dump(lua_State *L, int i, int depth_limit); | |
void stack_dump(lua_State *L); | |
void lua_state_dump(lua_State *L); | |
#endif | |