Author: paultcochrane
Date: Mon Apr  9 01:09:14 2007
New Revision: 18051

Modified:
   trunk/languages/regex/01_basic.pir
   trunk/languages/regex/02_date.pir
   trunk/languages/regex/regex-compiler.pir

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

Modified: trunk/languages/regex/01_basic.pir
==============================================================================
--- trunk/languages/regex/01_basic.pir  (original)
+++ trunk/languages/regex/01_basic.pir  Mon Apr  9 01:09:14 2007
@@ -61,3 +61,9 @@
         print "succeeded?! (should not have)\n"
         end
 .end
+
+# Local Variables:
+#   mode: pir
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:

Modified: trunk/languages/regex/02_date.pir
==============================================================================
--- trunk/languages/regex/02_date.pir   (original)
+++ trunk/languages/regex/02_date.pir   Mon Apr  9 01:09:14 2007
@@ -42,3 +42,9 @@
         print "\n"
         end
 .end
+
+# Local Variables:
+#   mode: pir
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:

Modified: trunk/languages/regex/regex-compiler.pir
==============================================================================
--- trunk/languages/regex/regex-compiler.pir    (original)
+++ trunk/languages/regex/regex-compiler.pir    Mon Apr  9 01:09:14 2007
@@ -56,3 +56,9 @@
         goto loop
 done:   .return(result)
 .end
+
+# Local Variables:
+#   mode: pir
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:

Reply via email to