Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!twinsun.com!eggert From: eggert@twinsun.com (Paul Eggert) Newsgroups: gnu.gcc.bug Subject: gcc.texinfo Function Attributes node has no Up Message-ID: <8907282304.AA27126@twinsun.com> Date: 28 Jul 89 23:04:32 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 22 In GCC 1.35, the Function Attributes node of gcc.texinfo lacks an Up field. Here is a patch. *** /local/src/base/gcc/gcc.texinfo Tue May 30 19:16:30 1989 --- gcc.texinfo Fri Jul 28 15:46:49 1989 *************** *** 2444,2450 **** output = ((int[]) @{ 2, x, 28 @}) [input]; @end example ! @node Function Attributes, Dollar Signs, Constructors @section Declaring Attributes of Functions In GNU C, you declare certain things about functions called in your program --- 2444,2450 ---- output = ((int[]) @{ 2, x, 28 @}) [input]; @end example ! @node Function Attributes, Dollar Signs, Constructors, Extensions @section Declaring Attributes of Functions In GNU C, you declare certain things about functions called in your program