comparison src/xdisp.c @ 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 6181f12f7f51
children 8218291cc912
comparison
equal deleted inserted replaced
30746:376dcf76db37 30747:6c7afd50ec6a
528 int trace_move; 528 int trace_move;
529 529
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. */
540 544
541 int automatic_hscrolling_p; 545 int automatic_hscrolling_p;