1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

(BUILD_GLYPH_STRINGS): For pcc, remove continuation in arg list.

This commit is contained in:
Dave Love 1999-12-15 17:46:18 +00:00
parent d4e1eea368
commit 6c27ec258d

View File

@ -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; \