Commit 085c1b47 by Yao Qi Committed by Yao Qi

decl.c (get_atexit_node): Fix typo.

2010-09-29  Yao Qi  <yao@codesourcery.com>

        * decl.c (get_atexit_node): Fix typo.

From-SVN: r164718
parent b8b4301e
2010-09-29 Yao Qi <yao@codesourcery.com>
* decl.c (get_atexit_node): Fix typo.
2010-09-28 Jason Merrill <jason@redhat.com> 2010-09-28 Jason Merrill <jason@redhat.com>
* tree.c (lvalue_kind): Rename from lvalue_p_1, make nonstatic. * tree.c (lvalue_kind): Rename from lvalue_p_1, make nonstatic.
......
...@@ -6131,7 +6131,7 @@ get_atexit_node (void) ...@@ -6131,7 +6131,7 @@ get_atexit_node (void)
int __cxa_atexit (void (*)(void *), void *, void *) int __cxa_atexit (void (*)(void *), void *, void *)
We build up the argument types and then then function type We build up the argument types and then the function type
itself. */ itself. */
tree argtype0, argtype1, argtype2; tree argtype0, argtype1, argtype2;
...@@ -6167,7 +6167,7 @@ get_atexit_node (void) ...@@ -6167,7 +6167,7 @@ get_atexit_node (void)
int atexit (void (*)()); int atexit (void (*)());
We build up the argument types and then then function type We build up the argument types and then the function type
itself. */ itself. */
fn_ptr_type = get_atexit_fn_ptr_type (); fn_ptr_type = get_atexit_fn_ptr_type ();
/* Build the final atexit type. */ /* Build the final atexit type. */
......
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