From: Kenichi Handa Date: Fri, 11 Aug 2000 00:36:30 +0000 (+0000) Subject: (TRACE_MOVE) [GLYPH_DEBUG]: Delete the last semicolon. X-Git-Tag: emacs-pretest-21.0.90~2360 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=91c3f500ad844c1b97ca2a4ff88337f938809bda;p=emacs.git (TRACE_MOVE) [GLYPH_DEBUG]: Delete the last semicolon. (TRACE_MOVE) [not GLYPH_DEBUG]: Define dummy. --- 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. */