From: Richard M. Stallman Date: Mon, 20 Jan 1997 08:08:13 +0000 (+0000) Subject: (dumpglyphs): Declare g as GLYPH. X-Git-Tag: emacs-20.1~3046 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eefe9096285e43dde17b96c66dc25ad5ea7a5f88;p=emacs.git (dumpglyphs): Declare g as GLYPH. --- diff --git a/src/xterm.c b/src/xterm.c index e7b96597207..279906e2307 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -530,7 +530,7 @@ dumpglyphs (f, left, top, gp, n, hl, just_foreground) { /* Get the face-code of the next GLYPH. */ int cf, len; - int g = *gp; + GLYPH g = *gp; GLYPH_FOLLOW_ALIASES (tbase, tlen, g); cf = FAST_GLYPH_FACE (g);