[svn:parrot] r38318 - branches/pmc_pct/src/pmc

cotto at svn.parrot.org cotto at svn.parrot.org
Fri Apr 24 15:01:20 UTC 2009


Author: cotto
Date: Fri Apr 24 15:01:19 2009
New Revision: 38318
URL: https://trac.parrot.org/parrot/changeset/38318

Log:
[PMC] remove an unneeded function decoration

Modified:
   branches/pmc_pct/src/pmc/null.pmc

Modified: branches/pmc_pct/src/pmc/null.pmc
==============================================================================
--- branches/pmc_pct/src/pmc/null.pmc	Fri Apr 24 14:57:54 2009	(r38317)
+++ branches/pmc_pct/src/pmc/null.pmc	Fri Apr 24 15:01:19 2009	(r38318)
@@ -36,7 +36,6 @@
     VTABLE void init() {
     }
 
-    PARROT_CAN_RETURN_NULL
     VTABLE void *get_pointer() {
         return PMCNULL;
     }


More information about the parrot-commits mailing list