[svn:parrot] r36688 - trunk/config/auto
jkeenan at svn.parrot.org
jkeenan at svn.parrot.org
Fri Feb 13 21:11:00 UTC 2009
Author: jkeenan
Date: Fri Feb 13 21:11:00 2009
New Revision: 36688
URL: https://trac.parrot.org/parrot/changeset/36688
Log:
Reverting the substance of r36648. cc_clean() must be called for this probe, after all. This addresses some of the issues raised in https://trac.parrot.org/parrot/ticket/327.
Modified:
trunk/config/auto/neg_0.pm
Modified: trunk/config/auto/neg_0.pm
==============================================================================
--- trunk/config/auto/neg_0.pm Fri Feb 13 21:10:46 2009 (r36687)
+++ trunk/config/auto/neg_0.pm Fri Feb 13 21:11:00 2009 (r36688)
@@ -46,6 +46,7 @@
$verbose,
);
}
+ $conf->cc_clean();
$conf->data->set( has_negative_zero => $has_neg_0 );
return 1;
More information about the parrot-commits
mailing list