diff options
| author | Dan Nicolaescu | 2010-08-05 16:22:18 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-08-05 16:22:18 -0700 |
| commit | dff94ed500892b5b3fcd067a280c81ba04ddf5f1 (patch) | |
| tree | 4f5e0b125271867d5487deac3a0dcda89520ff10 /src/ChangeLog | |
| parent | 99f3388e53a58a319a0584358b3ca0d151e50328 (diff) | |
| download | emacs-dff94ed500892b5b3fcd067a280c81ba04ddf5f1.tar.gz emacs-dff94ed500892b5b3fcd067a280c81ba04ddf5f1.zip | |
Cleanup syssignal.h.
* src/syssignal.h (sighold, sigrelse, RETSIGTYPE): Remove, unused.
(main_thread): Move down to remove #ifdef.
(SIGMASKTYPE, SIGEMPTYMASK, SIGFULLMASK, sigmask, sigunblock):
Remove conditional definition following unconditional ones.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 85d6e97e6f1..4e080f63533 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,11 @@ | |||
| 1 | 2010-08-05 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2010-08-05 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | Cleanup syssignal.h. | ||
| 4 | * syssignal.h (sighold, sigrelse, RETSIGTYPE): Remove, unused. | ||
| 5 | (main_thread): Move down to remove #ifdef. | ||
| 6 | (SIGMASKTYPE, SIGEMPTYMASK, SIGFULLMASK, sigmask, sigunblock): | ||
| 7 | Remove conditional definition following unconditional ones. | ||
| 8 | |||
| 3 | * lisp.h: Remove HAVE_SHM code, unused. | 9 | * lisp.h: Remove HAVE_SHM code, unused. |
| 4 | (QCmap, QCrehash_size, QCrehash_threshold, QCsize, QCtest) | 10 | (QCmap, QCrehash_size, QCrehash_threshold, QCsize, QCtest) |
| 5 | (QCweakness, Qabove_handle, Qbackquote, Qbar, Qbelow_handle) | 11 | (QCweakness, Qabove_handle, Qbackquote, Qbar, Qbelow_handle) |