[svn:parrot] r38670 - branches/pmc_pct/compilers/pmcc/src/emitter

bacek at svn.parrot.org bacek at svn.parrot.org
Sun May 10 05:35:39 UTC 2009


Author: bacek
Date: Sun May 10 05:35:38 2009
New Revision: 38670
URL: https://trac.parrot.org/parrot/changeset/38670

Log:
Remove useless FIXME comment

Modified:
   branches/pmc_pct/compilers/pmcc/src/emitter/c.pm

Modified: branches/pmc_pct/compilers/pmcc/src/emitter/c.pm
==============================================================================
--- branches/pmc_pct/compilers/pmcc/src/emitter/c.pm	Sun May 10 05:34:35 2009	(r38669)
+++ branches/pmc_pct/compilers/pmcc/src/emitter/c.pm	Sun May 10 05:35:38 2009	(r38670)
@@ -22,7 +22,6 @@
 method rewrite_macro($pmclass, $past) {
     my $res;
     if $past<is_self> {
-        # FIXME. We should able to handle multiply arguments.
         $res := "Parrot_" ~ $pmclass.name ~ "_" ~ $past.name
                 ~ '(' ~ full_arguments($past) ~')';
     }


More information about the parrot-commits mailing list