From f1ee8564cb56f324d503c59053394c2e6ef285d5 Mon Sep 17 00:00:00 2001 From: Eric House Date: Sat, 29 Jun 2019 16:42:56 -0700 Subject: [PATCH] fix to compile with release flags --- xwords4/common/xwstream.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xwords4/common/xwstream.h b/xwords4/common/xwstream.h index 3c6098ee4..a6a2efb66 100644 --- a/xwords4/common/xwstream.h +++ b/xwords4/common/xwstream.h @@ -49,7 +49,8 @@ typedef XP_U8 PosWhich; #else # define DBG_PROC # define DBG_PROC_FORMAL -foo +# define DBG_PROC_VAL_NOCOMMA +# define DBG_PROC_VAL #endif