diff src/xterm.c @ 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 b4de7fa9866e
children 3039d2412c9e
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;		  \