Commit 8e92bce9 by Jakub Jelinek

* doc/gty.texi (for_user): Use @item next to @findex.

From-SVN: r241382
parent f56ea76e
2016-10-20 Jakub Jelinek <jakub@redhat.com>
* doc/gty.texi (for_user): Use @item next to @findex.
2016-10-20 Uros Bizjak <ubizjak@gmail.com>
PR target/78037
......
......@@ -198,6 +198,8 @@ This is somewhat dangerous; the only safe use is in a union when one
field really isn't ever used.
@findex for_user
@item for_user
Use this to mark types that need to be marked by user gc routines, but are not
refered to in a template argument. So if you have some user gc type T1 and a
non user gc type T2 you can give T2 the for_user option so that the marking
......
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