[svn:parrot] r44367 - trunk/t/compilers/imcc/syn
mikehh at svn.parrot.org
mikehh at svn.parrot.org
Tue Feb 23 05:07:44 UTC 2010
Author: mikehh
Date: Tue Feb 23 05:07:43 2010
New Revision: 44367
URL: https://trac.parrot.org/parrot/changeset/44367
Log:
fix pir coda
Modified:
trunk/t/compilers/imcc/syn/labels.t
trunk/t/compilers/imcc/syn/objects.t
trunk/t/compilers/imcc/syn/op.t
trunk/t/compilers/imcc/syn/scope.t
trunk/t/compilers/imcc/syn/subflags.t
trunk/t/compilers/imcc/syn/veracity.t
Modified: trunk/t/compilers/imcc/syn/labels.t
==============================================================================
--- trunk/t/compilers/imcc/syn/labels.t Tue Feb 23 04:58:57 2010 (r44366)
+++ trunk/t/compilers/imcc/syn/labels.t Tue Feb 23 05:07:43 2010 (r44367)
@@ -1,5 +1,5 @@
#!parrot
-# Copyright (C) 2001-2009, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
# $Id$
.sub main :main
@@ -41,9 +41,9 @@
.end
CODE
.end
+
# Local Variables:
-# mode: cperl
-# cperl-indent-level: 4
+# mode: pir
# fill-column: 100
# End:
-# vim: expandtab shiftwidth=4 filetype=pir:
+# vim: expandtab shiftwidth=4 ft=pir:
Modified: trunk/t/compilers/imcc/syn/objects.t
==============================================================================
--- trunk/t/compilers/imcc/syn/objects.t Tue Feb 23 04:58:57 2010 (r44366)
+++ trunk/t/compilers/imcc/syn/objects.t Tue Feb 23 05:07:43 2010 (r44367)
@@ -291,8 +291,7 @@
.end
# Local Variables:
-# mode: cperl
-# cperl-indent-level: 4
+# mode: pir
# fill-column: 100
# End:
-# vim: expandtab shiftwidth=4 filetype=pir:
+# vim: expandtab shiftwidth=4 ft=pir:
Modified: trunk/t/compilers/imcc/syn/op.t
==============================================================================
--- trunk/t/compilers/imcc/syn/op.t Tue Feb 23 04:58:57 2010 (r44366)
+++ trunk/t/compilers/imcc/syn/op.t Tue Feb 23 05:07:43 2010 (r44367)
@@ -1,5 +1,5 @@
#!parrot
-# Copyright (C) 2001-2009, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
# $Id$
.sub test :main
@@ -320,8 +320,7 @@
.end
# Local Variables:
-# mode: cperl
-# cperl-indent-level: 4
+# mode: pir
# fill-column: 100
# End:
-# vim: expandtab shiftwidth=4 filetype=pir:
+# vim: expandtab shiftwidth=4 ft=pir:
Modified: trunk/t/compilers/imcc/syn/scope.t
==============================================================================
--- trunk/t/compilers/imcc/syn/scope.t Tue Feb 23 04:58:57 2010 (r44366)
+++ trunk/t/compilers/imcc/syn/scope.t Tue Feb 23 05:07:43 2010 (r44367)
@@ -1,5 +1,5 @@
#!parrot
-# Copyright (C) 2001-2009, Parrot Foundation.
+# Copyright (C) 2001-2010, Parrot Foundation.
# $Id$
.sub main :main
@@ -20,8 +20,8 @@
.end
# Local Variables:
-# mode: cperl
-# cperl-indent-level: 4
+# mode: pir
# fill-column: 100
# End:
-# vim: expandtab shiftwidth=4 filetype=pir:
+# vim: expandtab shiftwidth=4 ft=pir:
+
Modified: trunk/t/compilers/imcc/syn/subflags.t
==============================================================================
--- trunk/t/compilers/imcc/syn/subflags.t Tue Feb 23 04:58:57 2010 (r44366)
+++ trunk/t/compilers/imcc/syn/subflags.t Tue Feb 23 05:07:43 2010 (r44367)
@@ -185,3 +185,9 @@
.sub 'anon4' :subid('subid4')
.return ('anon4')
.end
+
+# Local Variables:
+# mode: pir
+# fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4 ft=pir:
Modified: trunk/t/compilers/imcc/syn/veracity.t
==============================================================================
--- trunk/t/compilers/imcc/syn/veracity.t Tue Feb 23 04:58:57 2010 (r44366)
+++ trunk/t/compilers/imcc/syn/veracity.t Tue Feb 23 05:07:43 2010 (r44367)
@@ -108,8 +108,7 @@
.end
# Local Variables:
-# mode: cperl
-# cperl-indent-level: 4
+# mode: pir
# fill-column: 100
# End:
-# vim: expandtab shiftwidth=4 filetype=pir:
+# vim: expandtab shiftwidth=4 ft=pir:
More information about the parrot-commits
mailing list