changeset 30747:6c7afd50ec6a

(TRACE_MOVE) [GLYPH_DEBUG]: Delete the last semicolon. (TRACE_MOVE) [not GLYPH_DEBUG]: Define dummy.
author Kenichi Handa <handa@m17n.org>
date Fri, 11 Aug 2000 00:36:30 +0000
parents 376dcf76db37
children 13c7c5e6cc36
files src/xdisp.c
diffstat 1 files changed, 6 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Fri Aug 11 00:35:57 2000 +0000
+++ b/src/xdisp.c	Fri Aug 11 00:36:30 2000 +0000
@@ -530,10 +530,14 @@
 #ifdef DEBUG_TRACE_MOVE
 #define TRACE_MOVE(x)	if (trace_move) fprintf x; else (void) 0
 #else
-#define TRACE_MOVE(x)	(void) 0;
+#define TRACE_MOVE(x)	(void) 0
 #endif
 
-#endif /* GLYPH_DEBUG */
+#else /* not GLYPH_DEBUG */
+
+#define TRACE_MOVE(x)	(void) 0
+
+#endif /* not GLYPH_DEBUG */
 
 /* Non-zero means automatically scroll windows horizontally to make
    point visible.  */