all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#6382: 24.0.50; Fix build on platforms including s/usg5-4.h after BSTRING change
@ 2010-06-09 11:14 Lawrence Mitchell
  0 siblings, 0 replies; only message in thread
From: Lawrence Mitchell @ 2010-06-09 11:14 UTC (permalink / raw
  To: 6382

This change:

2010-06-06  Dan Nicolaescu  <dann@ics.uci.edu>

	Remove BSTRING related code, all platforms define it.

Breaks builds on systems that include src/s/usg5-4.h.  The
patch below fixes things.

Cheers,
Lawrence

2010-6-09  Lawrence Mitchell  <wence@gmx.li>

           * s/usg5-4.h: Remove spurious #ifdef HAVE_X_WINDOWS.

diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h
index b3518d7..e667ffd 100644
--- a/src/s/usg5-4.h
+++ b/src/s/usg5-4.h
@@ -61,9 +61,6 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 /* The docs for system V/386 suggest v.3 has sigpause, so let's try it.  */
 #define HAVE_SYSV_SIGPAUSE
 
-/* If we're using the System V X port, BSD bstring functions will be handy.  */
-#ifdef HAVE_X_WINDOWS
-
 /* On USG systems signal handlers return void.  */
 #define SIGTYPE void
 





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-09 11:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-09 11:14 bug#6382: 24.0.50; Fix build on platforms including s/usg5-4.h after BSTRING change Lawrence Mitchell

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.