aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2012-08-06 16:22:22 -0400
committerGlenn Morris2012-08-06 16:22:22 -0400
commit1c6f11f42ac2afa209124ce06e64b7a0461d7bdd (patch)
tree7932edfc1548795b2217cb737843c7781e3bf3a9 /src/ChangeLog
parentea3768613f759f3802a9dd9826b238c46b46ce67 (diff)
downloademacs-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/ChangeLog6
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 @@
12012-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
12012-08-06 Dmitry Antipov <dmantipov@yandex.ru> 72012-08-06 Dmitry Antipov <dmantipov@yandex.ru>
2 8
3 Use GCALIGNMENT where appropriate. 9 Use GCALIGNMENT where appropriate.