* doc/gty.texi (GTY Options): Clarify example.
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 May 2004 21:35:57 +0000 (21:35 +0000)
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 11 May 2004 21:35:57 +0000 (21:35 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81718 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/gty.texi

index e1f4cf0..f436054 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 05d9b9e..d43feca 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