summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/streams.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/streams.c')
-rw-r--r--src/emu/streams.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/emu/streams.c b/src/emu/streams.c
index e8b5d753f7f..c08fc7dac14 100644
--- a/src/emu/streams.c
+++ b/src/emu/streams.c
@@ -55,11 +55,7 @@
#define VERBOSE (0)
-#if VERBOSE
-#define VPRINTF(x) mame_printf_debug x
-#else
-#define VPRINTF(x)
-#endif
+#define VPRINTF(x) do { if (VERBOSE) mame_printf_debug x; } while (0)