diff options
Diffstat (limited to 'lpprint.h')
-rw-r--r-- | lpprint.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ void printinst (const Instruction *op, const Instruction *p); | |||
22 | luaL_error(L, "function only implemented in debug mode") | 22 | luaL_error(L, "function only implemented in debug mode") |
23 | #define printtree(tree,i) \ | 23 | #define printtree(tree,i) \ |
24 | luaL_error(L, "function only implemented in debug mode") | 24 | luaL_error(L, "function only implemented in debug mode") |
25 | #define printpatt(p,n) \ | 25 | #define printpatt(p) \ |
26 | luaL_error(L, "function only implemented in debug mode") | 26 | luaL_error(L, "function only implemented in debug mode") |
27 | 27 | ||
28 | #endif | 28 | #endif |