diff options
| author | Glenn Morris | 2012-08-06 16:22:22 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-08-06 16:22:22 -0400 |
| commit | 1c6f11f42ac2afa209124ce06e64b7a0461d7bdd (patch) | |
| tree | 7932edfc1548795b2217cb737843c7781e3bf3a9 /src/ChangeLog | |
| parent | ea3768613f759f3802a9dd9826b238c46b46ce67 (diff) | |
| download | emacs-1c6f11f42ac2afa209124ce06e64b7a0461d7bdd.tar.gz emacs-1c6f11f42ac2afa209124ce06e64b7a0461d7bdd.zip | |
Remove GNU_LIBRARY_PENDING_OUTPUT_COUNT
* configure.ac (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
(PENDING_OUTPUT_COUNT): Absorb GNU_LIBRARY_PENDING_OUTPUT_COUNT.
(DISPNEW_NEEDS_STDIO_EXT): New define.
* src/dispnew.c (GNU_LIBRARY_PENDING_OUTPUT_COUNT, PENDING_OUTPUT_COUNT):
Let configure handle it.
(stdio_ext.h) [DISPNEW_NEEDS_STDIO_EXT]: Include it.
* nt/config.nt (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
(PENDING_OUTPUT_COUNT): Define it as dispnew.c used to.
* admin/CPP-DEFINES (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Remove.
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 d08802f5f56..ec3f08fc6a0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2012-08-06 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * dispnew.c (GNU_LIBRARY_PENDING_OUTPUT_COUNT, PENDING_OUTPUT_COUNT): | ||
| 4 | Let configure handle it. | ||
| 5 | (stdio_ext.h) [DISPNEW_NEEDS_STDIO_EXT]: Include it. | ||
| 6 | |||
| 1 | 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru> | 7 | 2012-08-06 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 8 | ||
| 3 | Use GCALIGNMENT where appropriate. | 9 | Use GCALIGNMENT where appropriate. |