[svn:parrot] r44822 - branches/ops_pct/compilers/opsc/t
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Tue Mar 9 22:10:16 UTC 2010
Author: mikehh
Date: Tue Mar 9 22:10:15 2010
New Revision: 44822
URL: https://trac.parrot.org/parrot/changeset/44822
Log:
remove trailing whitespace and add copyright and Id
Modified:
branches/ops_pct/compilers/opsc/t/common.pir
Modified: branches/ops_pct/compilers/opsc/t/common.pir
==============================================================================
--- branches/ops_pct/compilers/opsc/t/common.pir Tue Mar 9 22:02:23 2010 (r44821)
+++ branches/ops_pct/compilers/opsc/t/common.pir Tue Mar 9 22:10:15 2010 (r44822)
@@ -1,10 +1,14 @@
+#! parrot
+# Copyright (C) 2010, Parrot Foundation.
+# $Id$
+
=head1 COMMON FUNCTIONS FOR TESTING
=cut
.sub '_parse_buffer'
.param string buffer
-
+
.local pmc compiler
compiler = compreg 'Ops'
.tailcall compiler.'parse'(buffer, 'target'=>'parse')
More information about the parrot-commits
mailing list