Mercurial > emacs
changeset 26912:3470e4fea708
(BUILD_GLYPH_STRINGS): For pcc, remove continuation in arg list.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 15 Dec 1999 17:46:18 +0000 |
parents | d7f536a01276 |
children | 9d6d94db8909 |
files | src/xterm.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Wed Dec 15 17:27:40 1999 +0000 +++ b/src/xterm.c Wed Dec 15 17:46:18 1999 +0000 @@ -4360,8 +4360,7 @@ 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; \