(struct function): New field for current_function_varargs.

From-SVN: r6985
This commit is contained in:
Richard Kenner 1994-04-06 07:49:37 -04:00
parent 17bbab26bb
commit 91ab952c02
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
/* Structure for saving state for a nested function.
Copyright (C) 1989, 1992, 1993 Free Software Foundation, Inc.
Copyright (C) 1989, 1992, 1993, 1994 Free Software Foundation, Inc.
This file is part of GNU CC.
@ -73,6 +73,7 @@ struct function
int args_size;
int pretend_args_size;
rtx arg_offset_rtx;
int varargs;
int max_parm_reg;
rtx *parm_reg_stack_loc;
int outgoing_args_size;