From: Dave Love Date: Wed, 15 Dec 1999 17:46:18 +0000 (+0000) Subject: (BUILD_GLYPH_STRINGS): For pcc, remove continuation in arg list. X-Git-Tag: emacs-pretest-21.0.90~5699 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6c27ec258db83cf695fdb7eb36b5dd324ddb9227;p=emacs.git (BUILD_GLYPH_STRINGS): For pcc, remove continuation in arg list. --- diff --git a/src/xterm.c b/src/xterm.c index a144d52936b..9e21928ebcb 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -4360,8 +4360,7 @@ x_set_glyph_string_background_width (s, start, last_x) DRAW_CURSOR if a cursor has to be drawn. LAST_X is the right-most x-position of the drawing area. */ -#define BUILD_COMPOSITE_GLYPH_STRING(W, ROW, AREA, START, END, HEAD, \ - TAIL, HL, X, LAST_X, OVERLAPS_P) \ +#define BUILD_COMPOSITE_GLYPH_STRING(W, ROW, AREA, START, END, HEAD, TAIL, HL, X, LAST_X, OVERLAPS_P) \ do { \ int cmp_id = (ROW)->glyphs[AREA][START].u.cmp.id; \ int face_id = (ROW)->glyphs[AREA][START].u.cmp.face_id; \