comparison src/s/unixware.h @ 25844:8e1b437e5d04

#
author Dave Love <fx@gnu.org>
date Fri, 01 Oct 1999 12:43:57 +0000
parents
children 4be8406ebef9
comparison
equal deleted inserted replaced
25843:18e524802887 25844:8e1b437e5d04
1 #include "usg5-4-2.h"
2
3 #ifndef __GNUC__
4 #undef HAVE_ALLOCA
5 #define C_ALLOCA
6 #endif
7
8 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->__ptr - (FILE)->__base)