From: Richard Kenner Date: Fri, 14 Jul 1995 12:03:43 +0000 (-0400) Subject: (current_function_stdarg): Declare it. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ca00d1e070c7b360dbe30356cd3f793e95351716;p=gcc.git (current_function_stdarg): Declare it. From-SVN: r10124 --- diff --git a/gcc/output.h b/gcc/output.h index 3a8f51a22ab..7ef8b2c61b1 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -376,6 +376,11 @@ extern int current_function_outgoing_args_size; extern int current_function_varargs; +/* Nonzero if current function uses stdarg.h or equivalent. + Zero for functions that use varargs.h. */ + +extern int current_function_stdarg; + /* Quantities of various kinds of registers used for the current function's args. */