The extra semicolon didn't conform to the C standard.
Problem reported by Sun cc.
2011-01-17 Paul Eggert <eggert@cs.ucla.edu>
+ * xterm.h (struct x_display_info): Remove stray semicolon.
+ The extra semicolon didn't conform to the C standard.
+ Problem reported by Sun cc.
+
* lisp.h: Redo flags and XSET slightly to avoid overflow diagnostics.
These changes make compilation easier to follow with Sun cc.
(ARRAY_MARK_FLAG): Make it signed, so that it can be assigned to
Atom Xatom_Scrollbar;
/* Atom used in XEmbed client messages. */
- Atom Xatom_XEMBED, Xatom_XEMBED_INFO;;
-
+ Atom Xatom_XEMBED, Xatom_XEMBED_INFO;
+
/* The frame (if any) which has the X window that has keyboard focus.
Zero if none. This is examined by Ffocus_frame in xfns.c. Note
that a mere EnterNotify event can set this; if you need to know the
(nr).y = (ry), \
(nr).width = (rwidth), \
(nr).height = (rheight))
-