emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109313: Remove src/s/irix6-5.h


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109313: Remove src/s/irix6-5.h
Date: Mon, 30 Jul 2012 23:19:40 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109313
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-07-30 23:19:40 -0700
message:
  Remove src/s/irix6-5.h
  
  * configure.ac (opsysfile): Set to s/usg5-4-common.h on irix6-5.
  
  * src/conf_post.h [IRIX6_5]: Move remaining contents of s/irix6-5.h here.
  
  * src/s/irix6-5.h: Remove file.
removed:
  src/s/irix6-5.h
modified:
  ChangeLog
  configure.ac
  src/ChangeLog
  src/conf_post.h
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-07-31 01:38:04 +0000
+++ b/ChangeLog 2012-07-31 06:19:40 +0000
@@ -1,6 +1,7 @@
 2012-07-31  Glenn Morris  <address@hidden>
 
-       * configure.ac (opsysfile): Set to empty on hpux*, darwin.
+       * configure.ac (opsysfile): Set to empty on hpux*, darwin;
+       and to s/usg5-4-common.h on irix6-5.
 
 2012-07-30  Glenn Morris  <address@hidden>
 

=== modified file 'configure.ac'
--- a/configure.ac      2012-07-31 01:38:04 +0000
+++ b/configure.ac      2012-07-31 06:19:40 +0000
@@ -3731,6 +3731,7 @@
     ;;
 
   irix6-5)
+    opsysfile="s/usg5-4-common.h"
     AC_DEFINE(USG, [])
     AC_DEFINE(USG5, [])
     AC_DEFINE(IRIX6_5, [], [Define if the system is IRIX.])

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-07-31 05:56:36 +0000
+++ b/src/ChangeLog     2012-07-31 06:19:40 +0000
@@ -8,6 +8,9 @@
 
 2012-07-31  Glenn Morris  <address@hidden>
 
+       * conf_post.h [IRIX6_5]: Move remaining contents of s/irix6-5.h here.
+       * s/irix6-5.h: Remove file.
+
        * conf_post.h [DARWIN_OS]: Move remaining contents of s/darwin.h here.
        * s/darwin.h: Remove file.
 

=== modified file 'src/conf_post.h'
--- a/src/conf_post.h   2012-07-31 01:38:04 +0000
+++ b/src/conf_post.h   2012-07-31 06:19:40 +0000
@@ -78,6 +78,14 @@
 #undef random
 #endif
 
+#ifdef IRIX6_5
+#ifdef emacs
+char *_getpty();
+#endif
+
+#undef SA_RESTART     /* not the same as defining BROKEN_SA_RESTART */
+#endif
+
 /* Define AMPERSAND_FULL_NAME if you use the convention
    that & in the full name stands for the login id.  */
 /* Turned on June 1996 supposing nobody will mind it.  */

=== removed file 'src/s/irix6-5.h'
--- a/src/s/irix6-5.h   2012-07-30 14:52:08 +0000
+++ b/src/s/irix6-5.h   1970-01-01 00:00:00 +0000
@@ -1,26 +0,0 @@
-/* Definitions file for GNU Emacs running on Silicon Graphics Irix system 6.5.
-
-Copyright (C) 1999-2012  Free Software Foundation, Inc.
-
-This file is part of GNU Emacs.
-
-GNU Emacs is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 3 of the License, or
-(at your option) any later version.
-
-GNU Emacs is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
-
-#include "usg5-4-common.h"
-
-#ifdef emacs
-char *_getpty();
-#endif
-
-#undef SA_RESTART     /* not the same as defining BROKEN_SA_RESTART */


reply via email to

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