emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109370: Alphabetic order is proving


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109370: Alphabetic order is proving tricky today
Date: Wed, 01 Aug 2012 08:33:09 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109370
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-08-01 08:33:09 -0700
message:
  Alphabetic order is proving tricky today
modified:
  src/conf_post.h
=== modified file 'src/conf_post.h'
--- a/src/conf_post.h   2012-08-01 15:25:43 +0000
+++ b/src/conf_post.h   2012-08-01 15:33:09 +0000
@@ -90,6 +90,14 @@
 #undef HAVE_RINT
 #endif  /* HPUX */
 
+#ifdef IRIX6_5
+#ifdef emacs
+char *_getpty();
+#endif
+
+#undef SA_RESTART     /* not the same as defining BROKEN_SA_RESTART */
+#endif /* IRIX6_5 */
+
 #ifdef MSDOS
 #ifndef __DJGPP__
 You lose; /* Emacs for DOS must be compiled with DJGPP */
@@ -130,14 +138,6 @@
 #endif
 #endif  /* MSDOS */
 
-#ifdef IRIX6_5
-#ifdef emacs
-char *_getpty();
-#endif
-
-#undef SA_RESTART     /* not the same as defining BROKEN_SA_RESTART */
-#endif /* IRIX6_5 */
-
 #ifdef USG5_4
 /* Get FIONREAD from <sys/filio.h>.  Get <sys/ttold.h> to get struct tchars.
    But get <termio.h> first to make sure ttold.h doesn't interfere.  */


reply via email to

[Prev in Thread] Current Thread [Next in Thread]