Commit ca00d1e0 by Richard Kenner

(current_function_stdarg): Declare it.

From-SVN: r10124
parent ebb904cb
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment