* doc/gty.texi (GTY Options): Clarify example.
From-SVN: r81718
This commit is contained in:
parent
c72c42e8fb
commit
bed7b8f18d
@ -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):
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user