summaryrefslogtreecommitdiff
path: root/gcc/doc/gty.texi
diff options
context:
space:
mode:
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2004-05-11 21:35:57 +0000
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2004-05-11 21:35:57 +0000
commitb8f03392718f6c8bcaa7695c41a614bd11e2c58f (patch)
tree10fbaf49823947f04d48e2796822dcdcbd2188eb /gcc/doc/gty.texi
parent8ea0b20356597716099c579fde78b447540992ca (diff)
downloadgcc-b8f03392718f6c8bcaa7695c41a614bd11e2c58f.tar.gz
* doc/gty.texi (GTY Options): Clarify example.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81718 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/gty.texi')
-rw-r--r--gcc/doc/gty.texi2
1 files changed, 1 insertions, 1 deletions
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