Author: paultcochrane
Date: Tue Apr 10 05:35:26 2007
New Revision: 18118

Modified:
   trunk/compilers/pirc/t/macro.pir
   trunk/compilers/pirc/t/stmts.pir
   trunk/compilers/pirc/t/subflags.pir

Log:
[pirc] Added pir emacs/vim coda as per coding standards


Modified: trunk/compilers/pirc/t/macro.pir
==============================================================================
--- trunk/compilers/pirc/t/macro.pir    (original)
+++ trunk/compilers/pirc/t/macro.pir    Tue Apr 10 05:35:26 2007
@@ -4,3 +4,9 @@
 .macro Hi()
     print "hello"
 .endm
+
+# Local Variables:
+#   mode: pir
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:

Modified: trunk/compilers/pirc/t/stmts.pir
==============================================================================
--- trunk/compilers/pirc/t/stmts.pir    (original)
+++ trunk/compilers/pirc/t/stmts.pir    Tue Apr 10 05:35:26 2007
@@ -42,3 +42,9 @@
 
 
 .end
+
+# Local Variables:
+#   mode: pir
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:

Modified: trunk/compilers/pirc/t/subflags.pir
==============================================================================
--- trunk/compilers/pirc/t/subflags.pir (original)
+++ trunk/compilers/pirc/t/subflags.pir Tue Apr 10 05:35:26 2007
@@ -9,3 +9,9 @@
 .sub bar :vtable('get_string')
 
 .end
+
+# Local Variables:
+#   mode: pir
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:

Reply via email to