[svn:parrot] r42375 - trunk/runtime/parrot/library

fperrad at svn.parrot.org fperrad at svn.parrot.org
Sun Nov 8 20:43:33 UTC 2009


Author: fperrad
Date: Sun Nov  8 20:43:31 2009
New Revision: 42375
URL: https://trac.parrot.org/parrot/changeset/42375

Log:
[distutils] fix r42374

Modified:
   trunk/runtime/parrot/library/distutils.pir

Modified: trunk/runtime/parrot/library/distutils.pir
==============================================================================
--- trunk/runtime/parrot/library/distutils.pir	Sun Nov  8 20:21:10 2009	(r42374)
+++ trunk/runtime/parrot/library/distutils.pir	Sun Nov  8 20:43:31 2009	(r42375)
@@ -246,6 +246,7 @@
     depends = $P0[pbc]
     $I0 = does depends, 'array'
     unless $I0 goto L3
+    $I0 = newer(pbc, depends)
     if $I0 goto L1
     src = shift depends
     goto L4


More information about the parrot-commits mailing list