Author: kjs
Date: Wed Apr  4 22:16:24 2007
New Revision: 17992

Modified:
   trunk/compilers/pirc/src/jsonout.c
   trunk/compilers/pirc/src/jsonout.h
   trunk/compilers/pirc/src/pbcout.c
   trunk/compilers/pirc/src/pbcout.h

Log:
compilers/pirc:
* fix codingstd: emb.tab
* fix some missing codas

Modified: trunk/compilers/pirc/src/jsonout.c
==============================================================================
--- trunk/compilers/pirc/src/jsonout.c  (original)
+++ trunk/compilers/pirc/src/jsonout.c  Wed Apr  4 22:16:24 2007
@@ -255,3 +255,11 @@
     return vtable;
 }
 
+
+
+/*
+ * Local variables:
+ *   c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */

Modified: trunk/compilers/pirc/src/jsonout.h
==============================================================================
--- trunk/compilers/pirc/src/jsonout.h  (original)
+++ trunk/compilers/pirc/src/jsonout.h  Wed Apr  4 22:16:24 2007
@@ -7,3 +7,12 @@
 extern struct pirvtable *init_json_vtable(void);
 
 #endif
+
+
+/*
+ * Local variables:
+ *   c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */
+

Modified: trunk/compilers/pirc/src/pbcout.c
==============================================================================
--- trunk/compilers/pirc/src/pbcout.c   (original)
+++ trunk/compilers/pirc/src/pbcout.c   Wed Apr  4 22:16:24 2007
@@ -22,3 +22,11 @@
 
     return vtable;
 }
+
+
+/*
+ * Local variables:
+ *   c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */

Modified: trunk/compilers/pirc/src/pbcout.h
==============================================================================
--- trunk/compilers/pirc/src/pbcout.h   (original)
+++ trunk/compilers/pirc/src/pbcout.h   Wed Apr  4 22:16:24 2007
@@ -7,3 +7,10 @@
 
 #endif
 
+
+/*
+ * Local variables:
+ *   c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */

Reply via email to