(struct function): Add stdarg field.
authorRichard Kenner <kenner@gcc.gnu.org>
Fri, 14 Jul 1995 12:02:43 +0000 (08:02 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Fri, 14 Jul 1995 12:02:43 +0000 (08:02 -0400)
From-SVN: r10122

gcc/function.h

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