[svn:parrot] r44828 - branches/ops_pct/compilers/opsc/t

mikehh at svn.parrot.org mikehh at svn.parrot.org
Tue Mar 9 22:33:31 UTC 2010


Author: mikehh
Date: Tue Mar  9 22:33:30 2010
New Revision: 44828
URL: https://trac.parrot.org/parrot/changeset/44828

Log:
add copyright and Id and fix coda

Modified:
   branches/ops_pct/compilers/opsc/t/01-parse.t

Modified: branches/ops_pct/compilers/opsc/t/01-parse.t
==============================================================================
--- branches/ops_pct/compilers/opsc/t/01-parse.t	Tue Mar  9 22:27:06 2010	(r44827)
+++ branches/ops_pct/compilers/opsc/t/01-parse.t	Tue Mar  9 22:33:30 2010	(r44828)
@@ -1,4 +1,6 @@
-#! ./parrot
+#! parrot
+# Copyright (C) 2010, Parrot Foundation.
+# $Id$
 
 .include 'compilers/opsc/t/common.pir'
 
@@ -197,8 +199,7 @@
 # Don't forget to update plan!
 
 # Local Variables:
-#   mode: cperl
-#   cperl-indent-level: 4
+#   mode: pir
 #   fill-column: 100
 # End:
 # vim: expandtab shiftwidth=4 ft=pir:


More information about the parrot-commits mailing list