emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109038: Remove unneeded #define POSI


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109038: Remove unneeded #define POSIX
Date: Wed, 11 Jul 2012 19:44:03 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109038
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-07-11 19:44:03 -0400
message:
  Remove unneeded #define POSIX
  
  * src/s/gnu-linux.h, src/s/sol2-6.h: No longer define POSIX,
  unused since 2011-01-17 change to systty.h.
  
  * admin/CPP-DEFINES: Related edit.
modified:
  admin/CPP-DEFINES
  src/ChangeLog
  src/s/gnu-linux.h
  src/s/sol2-6.h
=== modified file 'admin/CPP-DEFINES'
--- a/admin/CPP-DEFINES 2012-07-11 07:05:21 +0000
+++ b/admin/CPP-DEFINES 2012-07-11 23:44:03 +0000
@@ -192,7 +192,6 @@
 O_RDWR
 PAGESIZE
 PENDING_OUTPUT_COUNT
-POSIX
 PREFER_VSUSP
 PTY_ITERATION
 PTY_NAME_SPRINTF

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-07-11 23:40:59 +0000
+++ b/src/ChangeLog     2012-07-11 23:44:03 +0000
@@ -1,5 +1,8 @@
 2012-07-11  Glenn Morris  <address@hidden>
 
+       * s/gnu-linux.h, s/sol2-6.h: No longer define POSIX,
+       unused since 2011-01-17 change to systty.h.
+
        * s/aix4-2.h, s/bsd-common.h, s/cygwin.h, s/darwin.h, s/gnu-linux.h:
        * s/hpux10-20.h, s/template.h, s/usg5-4-common.h:
        Move HAVE_PTYS and HAVE_SOCKETS to configure.

=== modified file 'src/s/gnu-linux.h'
--- a/src/s/gnu-linux.h 2012-07-11 23:40:59 +0000
+++ b/src/s/gnu-linux.h 2012-07-11 23:44:03 +0000
@@ -71,7 +71,6 @@
    your system and must be used only through an encapsulation
    (Which you should place, by convention, in sysdep.c).  */
 
-#define POSIX                 /* affects getpagesize.h and systty.h */
 
 /* This is to work around mysterious gcc failures in some system versions.
    It is unlikely that Emacs changes will work around this problem;

=== modified file 'src/s/sol2-6.h'
--- a/src/s/sol2-6.h    2012-07-11 20:40:18 +0000
+++ b/src/s/sol2-6.h    2012-07-11 23:44:03 +0000
@@ -24,8 +24,6 @@
 /* This triggers a conditional in xfaces.c.  */
 #define XOS_NEEDS_TIME_H
 
-#define POSIX
-
 /* This is the same definition as in usg5-4-common.h, but with 
sigblock/sigunblock
    rather than sighold/sigrelse, which appear to be BSD4.1 specific.
    It may also be appropriate for SVR4.x


reply via email to

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