(current_function_stdarg): New global variable.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 14 Jul 1995 12:03:09 +0000 (08:03 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 14 Jul 1995 12:03:09 +0000 (08:03 -0400)
commitebb904cbbe15329df926b3c7da7c8098fe225fa3
tree72a6e6dc9e780ac0652cf0ba42bc5850bb163c8d
parent7da7e611099b29c3586647a3e72cf863eb26e1a9
(current_function_stdarg): New global variable.

(push_function_context_to): Save it.
(pop_function_context_from): Restore it.
(assign_parms): Set it.
(init_function_start): Clear it.

From-SVN: r10123
gcc/function.c