OSDN Git Service

(struct function): New field for current_function_varargs.
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Apr 1994 11:49:37 +0000 (11:49 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 6 Apr 1994 11:49:37 +0000 (11:49 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6985 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/function.h

index 36640b8..b37a59a 100644 (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;