diff options
Diffstat (limited to 'engines/glk/tads/tads2/debug.h')
-rw-r--r-- | engines/glk/tads/tads2/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/tads/tads2/debug.h b/engines/glk/tads/tads2/debug.h index 0e7369e232..3c53a89eec 100644 --- a/engines/glk/tads/tads2/debug.h +++ b/engines/glk/tads/tads2/debug.h @@ -547,7 +547,7 @@ void trcsho(void); #ifdef DBG_OFF #define dbgenter(ctx, bp, self, target, prop, binum, argc) -#define dbgleave(ctx, exittype) +#define dbgleave(ctx, exittype) ((void)0) #define dbgdump(ctx) ((void)0) #define dbgrst(ctx) ((void)0) #define dbgframe(ctx, frofs, linofs) |