aboutsummaryrefslogtreecommitdiff
path: root/ltests.h
diff options
context:
space:
mode:
Diffstat (limited to 'ltests.h')
-rw-r--r--ltests.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ltests.h b/ltests.h
index 906fae33..543b0d55 100644
--- a/ltests.h
+++ b/ltests.h
@@ -79,6 +79,13 @@ LUAI_FUNC int lua_checkmemory (lua_State *L);
79struct GCObject; 79struct GCObject;
80LUAI_FUNC void lua_printobj (lua_State *L, struct GCObject *o); 80LUAI_FUNC void lua_printobj (lua_State *L, struct GCObject *o);
81 81
82
83/*
84** Function to print a value
85*/
86struct TValue;
87LUAI_FUNC void lua_printvalue (struct TValue *v);
88
82/* 89/*
83** Function to print the stack 90** Function to print the stack
84*/ 91*/