all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Lawrence Mitchell <wence@gmx.li>
To: 6382@debbugs.gnu.org
Subject: bug#6382: 24.0.50; Fix build on platforms including s/usg5-4.h after BSTRING change
Date: Wed, 09 Jun 2010 12:14:19 +0100	[thread overview]
Message-ID: <pvhp39wwzcdw.fsf@ed.ac.uk> (raw)

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
 





                 reply	other threads:[~2010-06-09 11:14 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=pvhp39wwzcdw.fsf@ed.ac.uk \
    --to=wence@gmx.li \
    --cc=6382@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.