From: Richard Kenner Date: Tue, 16 Apr 1996 14:19:48 +0000 (-0400) Subject: (struct function): New field returns_pointer. X-Git-Tag: misc/cutover-egcs-0~2358 X-Git-Url: https://gcc.gnu.org/git/?a=commitdiff_plain;h=04aa3b9c2673493bb39c0037f818066f9ee66b75;p=gcc.git (struct function): New field returns_pointer. From-SVN: r11813 --- diff --git a/gcc/function.h b/gcc/function.h index 7d7996851967..b70d6b93d192 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;