From ca00d1e070c7b360dbe30356cd3f793e95351716 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 14 Jul 1995 08:03:43 -0400 Subject: [PATCH] (current_function_stdarg): Declare it. From-SVN: r10124 --- gcc/output.h | 5 +++++ 1 file changed, 5 insertions(+) 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. */ -- 2.30.2