eggert@twinsun.com (Paul Eggert) (07/29/89)
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