diff options
author | Glenn Morris <rgm@gnu.org> | 2012-07-10 00:37:17 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-07-10 00:37:17 -0700 |
commit | d02eb359e68a083fc55f0355b86df2a07b8d570d (patch) | |
tree | c0b4fc1ad9f9586bcfce873d3893c4bb9919d041 /src/s/unixware.h | |
parent | 882cf227ab70fc5cd7252781bd55febfbcad27d5 (diff) | |
download | emacs-d02eb359e68a083fc55f0355b86df2a07b8d570d.tar.gz |
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/s/unixware.h')
-rw-r--r-- | src/s/unixware.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/s/unixware.h b/src/s/unixware.h index 1f35287f6d1..e9ebb63f30a 100644 --- a/src/s/unixware.h +++ b/src/s/unixware.h @@ -44,8 +44,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ pty_name[sizeof(pty_name) - 1] = 0; \ } -#define PENDING_OUTPUT_COUNT(FILE) ((FILE)->__ptr - (FILE)->__base) - /* Conservative garbage collection has not been tested, so for now play it safe and stick with the old-fashioned way of marking. */ #define GC_MARK_STACK GC_USE_GCPROS_AS_BEFORE |