aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-07-14 08:03:43 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-07-14 08:03:43 -0400
commitca00d1e070c7b360dbe30356cd3f793e95351716 (patch)
treebb553939a9c7a6dedc6528e77e16d393ef453979 /gcc
parentebb904cbbe15329df926b3c7da7c8098fe225fa3 (diff)
downloadgcc-ca00d1e070c7b360dbe30356cd3f793e95351716.zip
gcc-ca00d1e070c7b360dbe30356cd3f793e95351716.tar.gz
gcc-ca00d1e070c7b360dbe30356cd3f793e95351716.tar.bz2
(current_function_stdarg): Declare it.
From-SVN: r10124
Diffstat (limited to 'gcc')
-rw-r--r--gcc/output.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/output.h b/gcc/output.h
index 3a8f51a2..7ef8b2c 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. */