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

fperrad at svn.parrot.org fperrad at svn.parrot.org
Fri Feb 19 21:29:54 UTC 2010


Author: fperrad
Date: Fri Feb 19 21:29:53 2010
New Revision: 44202
URL: https://trac.parrot.org/parrot/changeset/44202

Log:
[distutils] fix r44186

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

Modified: trunk/runtime/parrot/library/distutils.pir
==============================================================================
--- trunk/runtime/parrot/library/distutils.pir	Fri Feb 19 21:10:07 2010	(r44201)
+++ trunk/runtime/parrot/library/distutils.pir	Fri Feb 19 21:29:53 2010	(r44202)
@@ -4486,8 +4486,8 @@
 .end
 
 .sub 'newer' :multi(pmc, pmc)
-    .param string target
-    .param string depend
+    .param pmc target
+    .param pmc depend
     $S0 = target
     .tailcall newer($S0, depend)
 .end


More information about the parrot-commits mailing list