]> git.eshelyaron.com Git - emacs.git/commitdiff
(TRACE_MOVE) [GLYPH_DEBUG]: Delete the last semicolon.
authorKenichi Handa <handa@m17n.org>
Fri, 11 Aug 2000 00:36:30 +0000 (00:36 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 11 Aug 2000 00:36:30 +0000 (00:36 +0000)
(TRACE_MOVE) [not GLYPH_DEBUG]: Define dummy.

src/xdisp.c

index 1a3a5ab3fa4ad2721b797a25263230f6b2ace813..9a52e1f2a35f056e6a5b143812a96e765f193bef 100644 (file)
@@ -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.  */