summaryrefslogtreecommitdiffstats
path: root/gcc/function.h
diff options
context:
space:
mode:
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1994-04-06 11:49:37 +0000
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>1994-04-06 11:49:37 +0000
commit85bfdf6a535d4c0f3b0353e8add1ec49f44b50f3 (patch)
treeadb10342e68613a7ba6be4a089e8ae48bb957628 /gcc/function.h
parent8f40ed5352da24382947d9f1271e5a1a0c10e9cb (diff)
downloadppe42-gcc-85bfdf6a535d4c0f3b0353e8add1ec49f44b50f3.tar.gz
ppe42-gcc-85bfdf6a535d4c0f3b0353e8add1ec49f44b50f3.zip
(struct function): New field for current_function_varargs.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@6985 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.h')
-rw-r--r--gcc/function.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/function.h b/gcc/function.h
index 36640b8743b..b37a59ace38 100644
--- a/gcc/function.h
+++ b/gcc/function.h
@@ -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;
OpenPOWER on IntegriCloud