all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* --without-x is broken on CVS
@ 2005-10-07 17:52 İsmail Dönmez
  2005-10-07 21:48 ` Kim F. Storm
  0 siblings, 1 reply; 3+ messages in thread
From: İsmail Dönmez @ 2005-10-07 17:52 UTC (permalink / raw)


Hi all,

This change :

2005-10-07  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>

        * dispextern.h (struct glyph_string): Rename member for_overlaps_p
        to for_overlaps.  Now occupy 3 bits.
        (OVERLAPS_PRED, OVERLAPS_SUCC, OVERLAPS_BOTH)
        (OVERLAPS_ERASED_CURSOR): New defines.

borked compilation when --without-x is used because OVERLAPS_PRED and 
OVERLAPS_SUCC defines which lie in src/dispextern.h is not defined when X is 
not used. A fix would be defining these types for both X and non-X config 
which seems to work for non-X setup at least.

Ideas?

Regards,
ismail

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-10-07 21:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-07 17:52 --without-x is broken on CVS İsmail Dönmez
2005-10-07 21:48 ` Kim F. Storm
2005-10-07 21:56   ` İsmail Dönmez

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.