diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1995-07-14 08:03:43 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1995-07-14 08:03:43 -0400 |
commit | ca00d1e070c7b360dbe30356cd3f793e95351716 (patch) | |
tree | bb553939a9c7a6dedc6528e77e16d393ef453979 | |
parent | ebb904cbbe15329df926b3c7da7c8098fe225fa3 (diff) | |
download | gcc-ca00d1e070c7b360dbe30356cd3f793e95351716.zip gcc-ca00d1e070c7b360dbe30356cd3f793e95351716.tar.gz gcc-ca00d1e070c7b360dbe30356cd3f793e95351716.tar.bz2 |
(current_function_stdarg): Declare it.
From-SVN: r10124
-rw-r--r-- | gcc/output.h | 5 |
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. */ |