diff options
| author | Kenichi Handa | 2000-08-11 00:36:30 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2000-08-11 00:36:30 +0000 |
| commit | 91c3f500ad844c1b97ca2a4ff88337f938809bda (patch) | |
| tree | 8a3b26a1623f424089655bba8af3c447bbbe0811 /src | |
| parent | b8ddbe717a32140e7d8473528454644eece0a0e1 (diff) | |
| download | emacs-91c3f500ad844c1b97ca2a4ff88337f938809bda.tar.gz emacs-91c3f500ad844c1b97ca2a4ff88337f938809bda.zip | |
(TRACE_MOVE) [GLYPH_DEBUG]: Delete the last semicolon.
(TRACE_MOVE) [not GLYPH_DEBUG]: Define dummy.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 8 |
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. */ |