view src/s/unixware.h @ 40141:3bb2c22854a2

(Frun_hooks, Frun_hook_with_args, Frun_hook_with_args_until_failure) (Frun_hook_with_args_until_success, Ffuncall, For, Fand, Fif, Fcond) (Fprogn, Fprog1, Fprog2, Fsetq, Fquote, Ffunction, Fdefun, Fdefmacro) (Fdefvar, Fdefconst, FletX, Flet, Fwhile, Fcatch, Funwind_protect) (Fcondition_case): Add usage: string to doc string.
author Miles Bader <miles@gnu.org>
date Sun, 21 Oct 2001 15:22:49 +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)