diff options
| author | Paul Eggert | 2012-11-04 17:59:00 -0800 |
|---|---|---|
| committer | Paul Eggert | 2012-11-04 17:59:00 -0800 |
| commit | 8148369cfba2c982a87fb4eb72d024e26e193a03 (patch) | |
| tree | e19d89cea76bbb91f5848e8382fc84c8feeb1ebb /admin/ChangeLog | |
| parent | 06b63c9b0c6fd87e699ba6ba3be959bfd150ef8a (diff) | |
| download | emacs-8148369cfba2c982a87fb4eb72d024e26e193a03.tar.gz emacs-8148369cfba2c982a87fb4eb72d024e26e193a03.zip | |
Simplify by assuming __fpending.
Now that Emacs is using the gnulib fpending module,
there's no need for Emacs to have a separate implementation.
* configure.ac (stdio_ext.h, __fpending): Remove now-duplicate checks.
(PENDING_OUTPUT_COUNT, DISPNEW_NEEDS_STDIO_EXT): Remove.
* admin/CPP-DEFINES (PENDING_OUTPUT_COUNT): Remove.
* src/dispnew.c: Include <fpending.h>, not <stdio_ext.h>.
(update_frame_1): Use __fpending, not PENDING_OUTPUT_COUNT.
Do not assume that __fpending's result fits in int.
Diffstat (limited to 'admin/ChangeLog')
| -rw-r--r-- | admin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index ccb54a0a9ed..c48faadab16 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-11-05 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Simplify by assuming __fpending. | ||
| 4 | * CPP-DEFINES (PENDING_OUTPUT_COUNT): Remove. | ||
| 5 | |||
| 1 | 2012-11-03 Glenn Morris <rgm@gnu.org> | 6 | 2012-11-03 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * admin.el (set-copyright): Add msdos/sed2v2.inp. | 8 | * admin.el (set-copyright): Add msdos/sed2v2.inp. |