*** empty log message ***
[bpt/emacs.git] / src / s / unixware.h
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)