Commit bed7b8f1 by Geoffrey Keating Committed by Geoffrey Keating

* doc/gty.texi (GTY Options): Clarify example.

From-SVN: r81718
parent c72c42e8
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment