view lib/__fpending.h @ 5548:b8dd75cdd3a8

(YYSTACK_USE_ALLOCA): Define to 0, since there's no need to extend the stack.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 24 Dec 2004 05:29:20 +0000
parents df44e79ce676
children 96c32553b4c6
line wrap: on
line source

#if HAVE_CONFIG_H
# include <config.h>
#endif

#include <stddef.h>
#include <stdio.h>

#if HAVE_STDIO_EXT_H
# include <stdio_ext.h>
#endif

#ifndef HAVE_DECL___FPENDING
"this configure-time declaration test was not run"
#endif
#if !HAVE_DECL___FPENDING
size_t __fpending (FILE *);
#endif