diff options
Diffstat (limited to 'ltests.h')
-rw-r--r-- | ltests.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -79,6 +79,13 @@ LUAI_FUNC int lua_checkmemory (lua_State *L); | |||
79 | struct GCObject; | 79 | struct GCObject; |
80 | LUAI_FUNC void lua_printobj (lua_State *L, struct GCObject *o); | 80 | LUAI_FUNC void lua_printobj (lua_State *L, struct GCObject *o); |
81 | 81 | ||
82 | |||
83 | /* | ||
84 | ** Function to print a value | ||
85 | */ | ||
86 | struct TValue; | ||
87 | LUAI_FUNC void lua_printvalue (struct TValue *v); | ||
88 | |||
82 | /* | 89 | /* |
83 | ** Function to print the stack | 90 | ** Function to print the stack |
84 | */ | 91 | */ |