diff options
| author | Dan Nicolaescu | 2010-03-20 00:09:31 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-03-20 00:09:31 -0700 |
| commit | 2968f56146eac37708de08f30a58d662ce5f037f (patch) | |
| tree | 0fd614eee20ca2fe7be7e63d911e1bb93cd6099a /src/ChangeLog | |
| parent | 15d25dc050dfda37f71813eb043826cef99b8dcc (diff) | |
| download | emacs-2968f56146eac37708de08f30a58d662ce5f037f.tar.gz emacs-2968f56146eac37708de08f30a58d662ce5f037f.zip | |
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.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 858fbe394c5..5da33df70b9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,17 @@ | |||
| 1 | 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-03-20 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | Consolidate redundant definitions. | ||
| 4 | * s/usg5-4.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not define, | ||
| 5 | it's undefined in all files that include this one. | ||
| 6 | (POSIX_SIGNALS): Define here instead of doing it in all files that | ||
| 7 | include this one. | ||
| 8 | * s/irix6-5.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef. | ||
| 9 | (POSIX_SIGNALS): Do not define. | ||
| 10 | * s/sol2-6.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef. | ||
| 11 | (POSIX_SIGNALS): Do not define. | ||
| 12 | * s/unixware.h (sigsetmask, PTY_TTY_NAME_SPRINTF): Do not undef. | ||
| 13 | (POSIX_SIGNALS): Do not define. | ||
| 14 | |||
| 3 | Remove support for old UNIX System V systems. | 15 | Remove support for old UNIX System V systems. |
| 4 | * s/unixware.h: Add the contents of s/usg-5-4-2.h. | 16 | * s/unixware.h: Add the contents of s/usg-5-4-2.h. |
| 5 | * s/usg-5-4-2.h: Remove. | 17 | * s/usg-5-4-2.h: Remove. |