diff options
| author | Glenn Morris | 2012-07-10 00:37:17 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-07-10 00:37:17 -0700 |
| commit | d02eb359e68a083fc55f0355b86df2a07b8d570d (patch) | |
| tree | c0b4fc1ad9f9586bcfce873d3893c4bb9919d041 /src/ChangeLog | |
| parent | 882cf227ab70fc5cd7252781bd55febfbcad27d5 (diff) | |
| download | emacs-d02eb359e68a083fc55f0355b86df2a07b8d570d.tar.gz emacs-d02eb359e68a083fc55f0355b86df2a07b8d570d.zip | |
Move PENDING_OUTPUT_COUNT from src/s to configure
* configure.ac (PENDING_OUTPUT_COUNT): Move here from src/s.
* src/s/cygwin.h, src/s/darwin.h, src/s/freebsd.h, src/s/netbsd.h:
* src/s/unixware.h: Move PENDING_OUTPUT_COUNT definition to configure.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index cbfc1245c13..de0f729f915 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -11,6 +11,9 @@ | |||
| 11 | 11 | ||
| 12 | 2012-07-10 Glenn Morris <rgm@gnu.org> | 12 | 2012-07-10 Glenn Morris <rgm@gnu.org> |
| 13 | 13 | ||
| 14 | * s/cygwin.h, s/darwin.h, s/freebsd.h, s/netbsd.h, s/unixware.h: | ||
| 15 | Move PENDING_OUTPUT_COUNT definition to configure. | ||
| 16 | |||
| 14 | * s/irix6-5.h (DATA_START, DATA_SEG_BITS): | 17 | * s/irix6-5.h (DATA_START, DATA_SEG_BITS): |
| 15 | * s/hpux10-20.h (DATA_SEG_BITS, DATA_START): | 18 | * s/hpux10-20.h (DATA_SEG_BITS, DATA_START): |
| 16 | * s/gnu.h (DATA_START): Move definitions to configure. | 19 | * s/gnu.h (DATA_START): Move definitions to configure. |