From 61869b99b4427d36cb02763d9bd8c97436e20b0c Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 6 Aug 2001 13:37:02 +0000 Subject: [PATCH] (x_dump_glyph_string): Put in #if GLYPH_DEBUG. --- src/xterm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }; -#if 1 +#if GLYPH_DEBUG static void x_dump_glyph_string (s) -- 2.39.2