Commit e080b30b by Andrew Haley Committed by Andrew Haley

class.c (emit_indirect_register_classes): Fix comment.

2006-05-10  Andrew Haley  <aph@redhat.com>

        * class.c (emit_indirect_register_classes): Fix comment.

From-SVN: r113676
parent e43d8b8a
2006-05-10 Andrew Haley <aph@redhat.com>
* class.c (emit_indirect_register_classes): Fix comment.
2006-05-04 Tom Tromey <tromey@redhat.com> 2006-05-04 Tom Tromey <tromey@redhat.com>
* java-tree.h (uses_jv_markobj_p): Declare. * java-tree.h (uses_jv_markobj_p): Declare.
......
...@@ -2529,8 +2529,8 @@ register_class (void) ...@@ -2529,8 +2529,8 @@ register_class (void)
VEC_safe_push (tree, gc, registered_class, node); VEC_safe_push (tree, gc, registered_class, node);
} }
/* Emit a function that calls _Jv_NewClassFromInitializer for every /* Emit a function that calls _Jv_RegisterNewClasses with a list of
class. */ all the classes we have emitted. */
static void static void
emit_indirect_register_classes (tree *list_p) emit_indirect_register_classes (tree *list_p)
......
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