On Thursday 26 February 2009 17:05:05 [email protected] wrote: > Author: whiteknight > Date: Fri Feb 27 01:05:04 2009 > New Revision: 37022 > URL: https://trac.parrot.org/parrot/changeset/37022 > > Log: > [rename_pccinvoke] undo the changes to the Object.pmc, because I'm not > ready to make them yet. Add a support function for it when I am ready > later.
> Modified: branches/rename_pccinvoke/src/call/pcc.c > =========================================================================== > --- branches/rename_pccinvoke/src/call/pcc.c Fri Feb 27 00:31:29 > 2009 (r37021) > +++ branches/rename_pccinvoke/src/call/pcc.c Fri Feb 27 > 01:05:04 2009 (r37022) > @@ -1183,6 +1192,42 @@ > + //SAVE_OFF_REGS(interp->ctx, *caller, temp_ctx); > + new_key = VTABLE_clone(interp, key_top); > + //RESTORE_REGS(interp->ctx, temp_ctx); > + return new_key; This breaks the no-C++-comments coding standard (and really picky C compilers). -- c _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
