Skip to content

Commit

Permalink
fix codetest failure - linelength, update copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehh committed Jun 27, 2011
1 parent 1f8dc33 commit 643dba0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/oo.c
@@ -1,5 +1,5 @@
/*
Copyright (C) 2007-2010, Parrot Foundation.
Copyright (C) 2007-2011, Parrot Foundation.
=head1 NAME
Expand Down Expand Up @@ -393,7 +393,8 @@ get_pmc_proxy(PARROT_INTERP, INTVAL type)

/* Create proxy if not found */
if (PMC_IS_NULL(proxy)) {
/* TODO: doing direct register access is faster, but Lua (at least) seems to depend on this method call */
/* TODO: doing direct register access is faster, but Lua (at least) seems to depend
on this method call */
/*Parrot_NameSpace_attributes * const nsattrs = PARROT_NAMESPACE(pmc_ns); */
proxy = Parrot_pmc_new_init_int(interp, enum_class_PMCProxy, type);
Parrot_pcc_invoke_method_from_c_args(interp, pmc_ns, CONST_STRING(interp, "set_class"), "P->", proxy);
Expand Down

0 comments on commit 643dba0

Please sign in to comment.