[svn:parrot] r45696 - trunk/runtime/parrot/library/TAP

fperrad at svn.parrot.org fperrad at svn.parrot.org
Thu Apr 15 14:32:12 UTC 2010


Author: fperrad
Date: Thu Apr 15 14:32:12 2010
New Revision: 45696
URL: https://trac.parrot.org/parrot/changeset/45696

Log:
[TAP] small fix

Modified:
   trunk/runtime/parrot/library/TAP/Parser.pir

Modified: trunk/runtime/parrot/library/TAP/Parser.pir
==============================================================================
--- trunk/runtime/parrot/library/TAP/Parser.pir	Thu Apr 15 14:31:40 2010	(r45695)
+++ trunk/runtime/parrot/library/TAP/Parser.pir	Thu Apr 15 14:32:12 2010	(r45696)
@@ -919,6 +919,7 @@
 .end
 
 .sub '_no_action' :method :nsentry
+    .param pmc result
     # nothing
 .end
 


More information about the parrot-commits mailing list