diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e1f4cf0b060..f436054afee 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-05-11 Geoffrey Keating + + * doc/gty.texi (GTY Options): Clarify example. + 2004-05-11 Fariborz Jahanian * config/rs6000/rs6000.c (rs6000_handle_altivec_attribute): diff --git a/gcc/doc/gty.texi b/gcc/doc/gty.texi index 05d9b9e6699..d43feca7221 100644 --- a/gcc/doc/gty.texi +++ b/gcc/doc/gty.texi @@ -231,7 +231,7 @@ typedef struct GTY(()) @{ @end smallexample and then declare variables like this: @smallexample - htab_t GTY ((param_is (union tree_node))) ict; + static htab_t GTY ((param_is (union tree_node))) ict; @end smallexample @findex param@var{n}_is