view src/s/unixware.h @ 37807:1b20100095bc

(compile-files-CMD, bootstrap-clean-CMD): Use . instead of absolute path for lisp dir, to avoid bug in W2K cmd.exe's handling of FOR loops. (autoloads): Set find-file-suppress-same-file-warnings to t to avoid slew of spurious messages.
author Andrew Innes <andrewi@gnu.org>
date Fri, 18 May 2001 12:05:43 +0000
parents 8e1b437e5d04
children 4be8406ebef9
line wrap: on
line source

#include "usg5-4-2.h"

#ifndef __GNUC__
#undef HAVE_ALLOCA
#define C_ALLOCA
#endif

#define	PENDING_OUTPUT_COUNT(FILE) ((FILE)->__ptr - (FILE)->__base)