aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-08-06 13:37:02 +0000
committerGerd Moellmann2001-08-06 13:37:02 +0000
commit61869b99b4427d36cb02763d9bd8c97436e20b0c (patch)
tree6fdc96f40d4cc923cafac445797228d4598a77b4 /src
parent5a397d2845d17a283f47377d8afca6edbd2ecdb6 (diff)
downloademacs-61869b99b4427d36cb02763d9bd8c97436e20b0c.tar.gz
emacs-61869b99b4427d36cb02763d9bd8c97436e20b0c.zip
(x_dump_glyph_string): Put in #if GLYPH_DEBUG.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
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
2496static void 2496static void
2497x_dump_glyph_string (s) 2497x_dump_glyph_string (s)