From 91c3f500ad844c1b97ca2a4ff88337f938809bda Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 11 Aug 2000 00:36:30 +0000 Subject: [PATCH] (TRACE_MOVE) [GLYPH_DEBUG]: Delete the last semicolon. (TRACE_MOVE) [not GLYPH_DEBUG]: Define dummy. --- src/xdisp.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/xdisp.c b/src/xdisp.c index 1a3a5ab3fa4..9a52e1f2a35 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -530,10 +530,14 @@ int trace_move; #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. */ -- 2.39.2