]> git.eshelyaron.com Git - emacs.git/commit
Consolidate redundant definitions.
authorDan Nicolaescu <dann@ics.uci.edu>
Sat, 20 Mar 2010 07:09:31 +0000 (00:09 -0700)
committerDan Nicolaescu <dann@ics.uci.edu>
Sat, 20 Mar 2010 07:09:31 +0000 (00:09 -0700)
commit2968f56146eac37708de08f30a58d662ce5f037f
tree0fd614eee20ca2fe7be7e63d911e1bb93cd6099a
parent15d25dc050dfda37f71813eb043826cef99b8dcc
Consolidate redundant definitions.
* s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define,
it's undefined in all files that include this one.
(POSIX_SIGNALS): Define here instead of doing it in all files that
include this one.
* s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
(POSIX_SIGNALS): Do not define.
* s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
(POSIX_SIGNALS): Do not define.
* s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef.
(POSIX_SIGNALS): Do not define.
src/ChangeLog
src/s/irix6-5.h
src/s/sol2-6.h
src/s/unixware.h
src/s/usg5-4.h