[svn:parrot] r48285 - trunk/src/pmc

NotFound at svn.parrot.org NotFound at svn.parrot.org
Tue Aug 3 10:54:50 UTC 2010


Author: NotFound
Date: Tue Aug  3 10:54:50 2010
New Revision: 48285
URL: https://trac.parrot.org/parrot/changeset/48285

Log:
revert a change included by mistake in r48284

Modified:
   trunk/src/pmc/capture.pmc

Modified: trunk/src/pmc/capture.pmc
==============================================================================
--- trunk/src/pmc/capture.pmc	Tue Aug  3 10:50:18 2010	(r48284)
+++ trunk/src/pmc/capture.pmc	Tue Aug  3 10:54:50 2010	(r48285)
@@ -479,10 +479,9 @@
 
         GET_ATTR_hash(INTERP, SELF, hash);
 
-        if (!hash) {
-            /*abort();*/
+        if (!hash)
             return 0.0;
-        }
+
         return VTABLE_get_number_keyed(INTERP, hash, key);
     }
 


More information about the parrot-commits mailing list