Skip to content
Snippets Groups Projects
Commit bed7b8f1 authored by Geoffrey Keating's avatar Geoffrey Keating Committed by Geoffrey Keating
Browse files

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

From-SVN: r81718
parent c72c42e8
No related branches found
No related tags found
No related merge requests found
2004-05-11 Geoffrey Keating <geoffk@apple.com>
* doc/gty.texi (GTY Options): Clarify example.
2004-05-11 Fariborz Jahanian <fjahanian@apple.com> 2004-05-11 Fariborz Jahanian <fjahanian@apple.com>
* config/rs6000/rs6000.c (rs6000_handle_altivec_attribute): * config/rs6000/rs6000.c (rs6000_handle_altivec_attribute):
......
...@@ -231,7 +231,7 @@ typedef struct GTY(()) @{ ...@@ -231,7 +231,7 @@ typedef struct GTY(()) @{
@end smallexample @end smallexample
and then declare variables like this: and then declare variables like this:
@smallexample @smallexample
htab_t GTY ((param_is (union tree_node))) ict; static htab_t GTY ((param_is (union tree_node))) ict;
@end smallexample @end smallexample
@findex param@var{n}_is @findex param@var{n}_is
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment