diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2012-11-04 17:59:00 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2012-11-04 17:59:00 -0800 |
commit | 8148369cfba2c982a87fb4eb72d024e26e193a03 (patch) | |
tree | e19d89cea76bbb91f5848e8382fc84c8feeb1ebb /admin/CPP-DEFINES | |
parent | 06b63c9b0c6fd87e699ba6ba3be959bfd150ef8a (diff) | |
download | emacs-8148369cfba2c982a87fb4eb72d024e26e193a03.tar.gz |
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/CPP-DEFINES')
-rw-r--r-- | admin/CPP-DEFINES | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/admin/CPP-DEFINES b/admin/CPP-DEFINES index 661cde9c43e..fb217fc22e6 100644 --- a/admin/CPP-DEFINES +++ b/admin/CPP-DEFINES @@ -425,7 +425,6 @@ ORDINARY_LINK O_RDONLY O_RDWR PAGESIZE -PENDING_OUTPUT_COUNT PREFER_VSUSP PTY_ITERATION PTY_NAME_SPRINTF |