diff options
| author | Gerd Moellmann | 2001-08-06 13:37:02 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-08-06 13:37:02 +0000 |
| commit | 61869b99b4427d36cb02763d9bd8c97436e20b0c (patch) | |
| tree | 6fdc96f40d4cc923cafac445797228d4598a77b4 /src | |
| parent | 5a397d2845d17a283f47377d8afca6edbd2ecdb6 (diff) | |
| download | emacs-61869b99b4427d36cb02763d9bd8c97436e20b0c.tar.gz emacs-61869b99b4427d36cb02763d9bd8c97436e20b0c.zip | |
(x_dump_glyph_string): Put in #if GLYPH_DEBUG.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index f69d3ef0718..577c0ff12b1 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -2491,7 +2491,7 @@ struct glyph_string | |||
| 2491 | }; | 2491 | }; |
| 2492 | 2492 | ||
| 2493 | 2493 | ||
| 2494 | #if 1 | 2494 | #if GLYPH_DEBUG |
| 2495 | 2495 | ||
| 2496 | static void | 2496 | static void |
| 2497 | x_dump_glyph_string (s) | 2497 | x_dump_glyph_string (s) |