Author: paultcochrane
Date: Mon Apr  9 14:07:27 2007
New Revision: 18074

Modified:
   trunk/languages/BASIC/compiler/RT_aggregates.pir
   trunk/languages/BASIC/compiler/RT_builtins.pir
   trunk/languages/BASIC/compiler/RT_debugger.pir
   trunk/languages/BASIC/compiler/RT_initialize.pir
   trunk/languages/BASIC/compiler/RT_io.pir
   trunk/languages/BASIC/compiler/RT_platform.pir
   trunk/languages/BASIC/compiler/RT_platform_ANSIscreen.pir
   trunk/languages/BASIC/compiler/RT_platform_win32.pir
   trunk/languages/BASIC/compiler/RT_support.pir

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

Modified: trunk/languages/BASIC/compiler/RT_aggregates.pir
==============================================================================
--- trunk/languages/BASIC/compiler/RT_aggregates.pir    (original)
+++ trunk/languages/BASIC/compiler/RT_aggregates.pir    Mon Apr  9 14:07:27 2007
@@ -223,3 +223,9 @@
 KEYDONE:
        .return(key)
 .end
+
+# Local Variables:
+#   mode: pir
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:

Modified: trunk/languages/BASIC/compiler/RT_builtins.pir
==============================================================================
--- trunk/languages/BASIC/compiler/RT_builtins.pir      (original)
+++ trunk/languages/BASIC/compiler/RT_builtins.pir      Mon Apr  9 14:07:27 2007
@@ -504,3 +504,9 @@
        res = _inkey_string()
        .return(res)
 .end
+
+# Local Variables:
+#   mode: pir
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:

Modified: trunk/languages/BASIC/compiler/RT_debugger.pir
==============================================================================
--- trunk/languages/BASIC/compiler/RT_debugger.pir      (original)
+++ trunk/languages/BASIC/compiler/RT_debugger.pir      Mon Apr  9 14:07:27 2007
@@ -202,3 +202,9 @@
        store_global "DEBUGGER", $P25
        ret
 .end
+
+# Local Variables:
+#   mode: pir
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:

Modified: trunk/languages/BASIC/compiler/RT_initialize.pir
==============================================================================
--- trunk/languages/BASIC/compiler/RT_initialize.pir    (original)
+++ trunk/languages/BASIC/compiler/RT_initialize.pir    Mon Apr  9 14:07:27 2007
@@ -40,3 +40,9 @@
        _platform_shutdown()
        end
 .end           
+
+# Local Variables:
+#   mode: pir
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:

Modified: trunk/languages/BASIC/compiler/RT_io.pir
==============================================================================
--- trunk/languages/BASIC/compiler/RT_io.pir    (original)
+++ trunk/languages/BASIC/compiler/RT_io.pir    Mon Apr  9 14:07:27 2007
@@ -176,3 +176,9 @@
 #ERR_BADF:
 #      print "File descriptor is incorrect"
 #      branch GEN_ERROR
+
+# Local Variables:
+#   mode: pir
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:

Modified: trunk/languages/BASIC/compiler/RT_platform.pir
==============================================================================
--- trunk/languages/BASIC/compiler/RT_platform.pir      (original)
+++ trunk/languages/BASIC/compiler/RT_platform.pir      Mon Apr  9 14:07:27 2007
@@ -97,3 +97,9 @@
 NOTWIN: _TERMIO_INKEY()
 END:   noop
 .end
+
+# Local Variables:
+#   mode: pir
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:

Modified: trunk/languages/BASIC/compiler/RT_platform_ANSIscreen.pir
==============================================================================
--- trunk/languages/BASIC/compiler/RT_platform_ANSIscreen.pir   (original)
+++ trunk/languages/BASIC/compiler/RT_platform_ANSIscreen.pir   Mon Apr  9 
14:07:27 2007
@@ -224,3 +224,9 @@
        .return($S0)
 .end
 
+
+# Local Variables:
+#   mode: pir
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:

Modified: trunk/languages/BASIC/compiler/RT_platform_win32.pir
==============================================================================
--- trunk/languages/BASIC/compiler/RT_platform_win32.pir        (original)
+++ trunk/languages/BASIC/compiler/RT_platform_win32.pir        Mon Apr  9 
14:07:27 2007
@@ -255,3 +255,9 @@
 .end
 
 =cut
+
+# Local Variables:
+#   mode: pir
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:

Modified: trunk/languages/BASIC/compiler/RT_support.pir
==============================================================================
--- trunk/languages/BASIC/compiler/RT_support.pir       (original)
+++ trunk/languages/BASIC/compiler/RT_support.pir       Mon Apr  9 14:07:27 2007
@@ -91,3 +91,9 @@
        branch LOOP2
 END2:   noop
 .end
+
+# Local Variables:
+#   mode: pir
+#   fill-column: 100
+# End:
+# vim: expandtab shiftwidth=4:

Reply via email to