aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c8
1 files 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;
530#ifdef DEBUG_TRACE_MOVE 530#ifdef DEBUG_TRACE_MOVE
531#define TRACE_MOVE(x) if (trace_move) fprintf x; else (void) 0 531#define TRACE_MOVE(x) if (trace_move) fprintf x; else (void) 0
532#else 532#else
533#define TRACE_MOVE(x) (void) 0; 533#define TRACE_MOVE(x) (void) 0
534#endif 534#endif
535 535
536#endif /* GLYPH_DEBUG */ 536#else /* not GLYPH_DEBUG */
537
538#define TRACE_MOVE(x) (void) 0
539
540#endif /* not GLYPH_DEBUG */
537 541
538/* Non-zero means automatically scroll windows horizontally to make 542/* Non-zero means automatically scroll windows horizontally to make
539 point visible. */ 543 point visible. */