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 /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 'ChangeLog')
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -1,6 +1,7 @@ | |||
| 1 | 2012-07-10 Glenn Morris <rgm@gnu.org> | 1 | 2012-07-10 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * configure.ac (DATA_START, DATA_SEG_BITS): Move here from src/s. | 3 | * configure.ac (DATA_START, DATA_SEG_BITS, PENDING_OUTPUT_COUNT): |
| 4 | Move here from src/s. | ||
| 4 | 5 | ||
| 5 | 2012-07-09 Andreas Schwab <schwab@linux-m68k.org> | 6 | 2012-07-09 Andreas Schwab <schwab@linux-m68k.org> |
| 6 | 7 | ||