aboutsummaryrefslogtreecommitdiff
path: root/gcc/function.h
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-04-16 10:19:48 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-04-16 10:19:48 -0400
commit04aa3b9c2673493bb39c0037f818066f9ee66b75 (patch)
tree199f73b1c30f573287afde49f7720e1afb2fe102 /gcc/function.h
parent1651bdfef8b316f52d5fb206ff777208573a88ab (diff)
downloadgcc-04aa3b9c2673493bb39c0037f818066f9ee66b75.zip
gcc-04aa3b9c2673493bb39c0037f818066f9ee66b75.tar.gz
gcc-04aa3b9c2673493bb39c0037f818066f9ee66b75.tar.bz2
(struct function): New field returns_pointer.
From-SVN: r11813
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 7d79968..b70d6b9 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, 1994, 1995 Free Software Foundation, Inc.
+ Copyright (C) 1989, 92, 93, 94, 95, 1996 Free Software Foundation, Inc.
This file is part of GNU CC.
@@ -70,6 +70,7 @@ struct function
int pops_args;
int returns_struct;
int returns_pcc_struct;
+ int returns_pointer;
int needs_context;
int calls_setjmp;
int calls_longjmp;