From 6c27ec258db83cf695fdb7eb36b5dd324ddb9227 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Wed, 15 Dec 1999 17:46:18 +0000 Subject: [PATCH] (BUILD_GLYPH_STRINGS): For pcc, remove continuation in arg list. --- src/xterm.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; \ -- 2.39.5