]> gcc.gnu.org Git - gcc.git/commitdiff
(struct function): New field returns_pointer.
authorRichard Kenner <kenner@gcc.gnu.org>
Tue, 16 Apr 1996 14:19:48 +0000 (10:19 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Tue, 16 Apr 1996 14:19:48 +0000 (10:19 -0400)
From-SVN: r11813

gcc/function.h

index 7d799685196730034fe0ff7714e2fc0b9bdd826b..b70d6b93d192a323afcb91d4e50b335e756ace82 100644 (file)
@@ -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;
This page took 0.086712 seconds and 5 git commands to generate.