[svn:parrot] r44186 - trunk/runtime/parrot/library
fperrad at svn.parrot.org
fperrad at svn.parrot.org
Fri Feb 19 16:48:11 UTC 2010
Author: fperrad
Date: Fri Feb 19 16:48:10 2010
New Revision: 44186
URL: https://trac.parrot.org/parrot/changeset/44186
Log:
[distutils] add a new variant of newer (needed by nqp)
Modified:
trunk/runtime/parrot/library/distutils.pir
Modified: trunk/runtime/parrot/library/distutils.pir
==============================================================================
--- trunk/runtime/parrot/library/distutils.pir Fri Feb 19 16:13:19 2010 (r44185)
+++ trunk/runtime/parrot/library/distutils.pir Fri Feb 19 16:48:10 2010 (r44186)
@@ -4485,6 +4485,13 @@
.return ($I0)
.end
+.sub 'newer' :multi(pmc, pmc)
+ .param string target
+ .param string depend
+ $S0 = target
+ .tailcall newer($S0, depend)
+.end
+
=item mkpath
=cut
More information about the parrot-commits
mailing list