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

#
author Dave Love <fx@gnu.org>
date Fri, 01 Oct 1999 12:43:57 +0000
parents
children 4be8406ebef9
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/s/unixware.h	Fri Oct 01 12:43:57 1999 +0000
@@ -0,0 +1,8 @@
+#include "usg5-4-2.h"
+
+#ifndef __GNUC__
+#undef HAVE_ALLOCA
+#define C_ALLOCA
+#endif
+
+#define	PENDING_OUTPUT_COUNT(FILE) ((FILE)->__ptr - (FILE)->__base)