diff options
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 |