annotate src/s/unixware.h @ 38538:f97bc8986bae
Corrected typos in the latest entry.
author |
Francesco Potortì <pot@gnu.org> |
date |
Tue, 24 Jul 2001 10:44:48 +0000 (2001-07-24) |
parents |
8e1b437e5d04 |
children |
4be8406ebef9 |
rev |
line source |
25844
|
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)
|