* doc/gty.texi (GTY Options): Clarify example.
authorGeoffrey Keating <geoffk@apple.com>
Tue, 11 May 2004 21:35:57 +0000 (21:35 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Tue, 11 May 2004 21:35:57 +0000 (21:35 +0000)
From-SVN: r81718

gcc/ChangeLog
gcc/doc/gty.texi

index e1f4cf0b060236f614aedada0b1a9c3064d9e6f1..f436054afee39c84189e7f89959c4e7edf7921e4 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-11  Geoffrey Keating  <geoffk@apple.com>
+
+       * doc/gty.texi (GTY Options): Clarify example.
+
 2004-05-11  Fariborz Jahanian  <fjahanian@apple.com>
 
        * config/rs6000/rs6000.c (rs6000_handle_altivec_attribute):
index 05d9b9e6699df4fa9850b9a1704552d2b788031b..d43feca7221c56656402abfd52a78a2bd6ca5eab 100644 (file)
@@ -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