emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r109288: * s/aix4-2.h (sigmask): No n


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109288: * s/aix4-2.h (sigmask): No need to undefine it.
Date: Sun, 29 Jul 2012 23:32:04 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109288
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Sun 2012-07-29 23:32:04 -0700
message:
  * s/aix4-2.h (sigmask): No need to undefine it.
  (syssignal.h does that unconditionally)
modified:
  src/ChangeLog
  src/s/aix4-2.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2012-07-30 06:18:28 +0000
+++ b/src/ChangeLog     2012-07-30 06:32:04 +0000
@@ -1,5 +1,8 @@
 2012-07-30  Glenn Morris  <address@hidden>
 
+       * s/aix4-2.h (sigmask): No need to undefine it, since syssignal.h
+       does that unconditionally.
+
        * s/freebsd.h, s/gnu-linux.h, s/sol2-6.h, s/unixware.h:
        Remove empty files.
 

=== modified file 'src/s/aix4-2.h'
--- a/src/s/aix4-2.h    2012-07-14 00:04:10 +0000
+++ b/src/s/aix4-2.h    2012-07-30 06:32:04 +0000
@@ -16,6 +16,3 @@
 You should have received a copy of the GNU General Public License
 along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.  */
 
-/* Perry Smith <address@hidden> says these are correct.  */
-#undef sigmask
-


reply via email to

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