# New Ticket Created by  "Paul Cochrane" 
# Please include the string:  [perl #40374]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=40374 >


Hi,

This patches all C-language files in parrot/include that require the C
emacs/vim coda.  This patch partially addresses bug #40279      [CAGE] C
coding standards coda.

I think parrot/src can wait until another day...

Regards,

Paul

Files affected by this patch:

include/parrot/sub.h
include/parrot/misc.h
include/parrot/slice.h
include/parrot/smallobject.h
include/parrot/oplib.h
include/parrot/tsq.h
include/parrot/parrot.h
include/parrot/cclass.h
include/parrot/exit.h
include/parrot/resources.h
include/parrot/embed.h
include/parrot/stm/backend.h
include/parrot/hll.h
include/parrot/hash.h
include/parrot/register.h
include/parrot/atomic/fallback.h
include/parrot/atomic/gcc_pcc.h
include/parrot/atomic/gcc_x86.h
include/parrot/atomic/sparc.h
include/parrot/encoding.h
include/parrot/debug.h
include/parrot/caches.h
include/parrot/enums.h
include/parrot/charset.h
include/parrot/global.h
include/parrot/settings.h
include/parrot/string_funcs.h
include/parrot/events.h
include/parrot/dod.h
include/parrot/thr_windows.h
include/parrot/memory.h
include/parrot/pic.h
include/parrot/list.h
include/parrot/atomic.h
include/parrot/inter_call.h
include/parrot/pmc.h
include/parrot/exec.h
include/parrot/intlist.h
include/parrot/key.h
include/parrot/pobj.h
include/parrot/builtin.h
include/parrot/string.h
include/parrot/io.h
include/parrot/stat.h
include/parrot/headers.h
include/parrot/op.h
include/parrot/global_setup.h
include/parrot/string_primitives.h
include/parrot/longopt.h
include/parrot/warnings.h
include/parrot/objects.h
include/parrot/datatypes.h
include/parrot/vtables.h
include/parrot/interpreter.h
include/parrot/thr_pthread.h
include/parrot/library.h
include/parrot/thread.h
include/parrot/nci.h
include/parrot/compiler.h
include/parrot/dynext.h
include/parrot/mmd.h
include/parrot/packfile.h
include/parrot/pmc_freeze.h
include/parrot/exceptions.h
include/parrot/extend.h
include/parrot/stacks.h
Index: include/parrot/sub.h
===================================================================
--- include/parrot/sub.h	(revision 14669)
+++ include/parrot/sub.h	(working copy)
@@ -156,10 +156,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: include/parrot/misc.h
===================================================================
--- include/parrot/misc.h	(revision 14669)
+++ include/parrot/misc.h	(working copy)
@@ -193,10 +193,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: include/parrot/slice.h
===================================================================
--- include/parrot/slice.h	(revision 14669)
+++ include/parrot/slice.h	(working copy)
@@ -37,10 +37,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/smallobject.h
===================================================================
--- include/parrot/smallobject.h	(revision 14669)
+++ include/parrot/smallobject.h	(working copy)
@@ -177,10 +177,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/oplib.h
===================================================================
--- include/parrot/oplib.h	(revision 14669)
+++ include/parrot/oplib.h	(working copy)
@@ -61,10 +61,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/tsq.h
===================================================================
--- include/parrot/tsq.h	(revision 14669)
+++ include/parrot/tsq.h	(working copy)
@@ -62,10 +62,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/parrot.h
===================================================================
--- include/parrot/parrot.h	(revision 14669)
+++ include/parrot/parrot.h	(working copy)
@@ -311,10 +311,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/cclass.h
===================================================================
--- include/parrot/cclass.h	(revision 14669)
+++ include/parrot/cclass.h	(working copy)
@@ -30,3 +30,10 @@
 /* &end_gen */
 
 #endif /* PARROT_CCLASS_H_GUARD */
+
+/*
+ * Local variables:
+ *   c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */
Index: include/parrot/exit.h
===================================================================
--- include/parrot/exit.h	(revision 14669)
+++ include/parrot/exit.h	(working copy)
@@ -32,10 +32,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: include/parrot/resources.h
===================================================================
--- include/parrot/resources.h	(revision 14669)
+++ include/parrot/resources.h	(working copy)
@@ -150,10 +150,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/embed.h
===================================================================
--- include/parrot/embed.h	(revision 14669)
+++ include/parrot/embed.h	(working copy)
@@ -76,10 +76,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: include/parrot/stm/backend.h
===================================================================
--- include/parrot/stm/backend.h	(revision 14669)
+++ include/parrot/stm/backend.h	(working copy)
@@ -54,3 +54,10 @@
 void Parrot_STM_destroy_extracted(Interp *interp, void *);
 
 #endif
+
+/*
+ * Local variables:
+ *   c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */
Index: include/parrot/hll.h
===================================================================
--- include/parrot/hll.h	(revision 14669)
+++ include/parrot/hll.h	(working copy)
@@ -37,10 +37,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/hash.h
===================================================================
--- include/parrot/hash.h	(revision 14669)
+++ include/parrot/hash.h	(working copy)
@@ -101,10 +101,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/register.h
===================================================================
--- include/parrot/register.h	(revision 14669)
+++ include/parrot/register.h	(working copy)
@@ -94,10 +94,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/atomic/fallback.h
===================================================================
--- include/parrot/atomic/fallback.h	(revision 14669)
+++ include/parrot/atomic/fallback.h	(working copy)
@@ -114,12 +114,10 @@
     } while (0)
 
 #endif
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: include/parrot/atomic/gcc_pcc.h
===================================================================
--- include/parrot/atomic/gcc_pcc.h	(revision 14669)
+++ include/parrot/atomic/gcc_pcc.h	(working copy)
@@ -114,12 +114,10 @@
     } while (0)
 
 #endif
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: include/parrot/atomic/gcc_x86.h
===================================================================
--- include/parrot/atomic/gcc_x86.h	(revision 14669)
+++ include/parrot/atomic/gcc_x86.h	(working copy)
@@ -107,12 +107,10 @@
     } while (0)
 
 #endif
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: include/parrot/atomic/sparc.h
===================================================================
--- include/parrot/atomic/sparc.h	(revision 14669)
+++ include/parrot/atomic/sparc.h	(working copy)
@@ -84,12 +84,10 @@
 #define PARROT_ATOMIC_INT_INC(result, a) parrot_sparc_atomic_int_add(result, a,  1)
 
 #endif
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: include/parrot/encoding.h
===================================================================
--- include/parrot/encoding.h	(revision 14669)
+++ include/parrot/encoding.h	(working copy)
@@ -121,12 +121,10 @@
     ((ENCODING *)src->encoding)->iter_init(i, src, iter)
 
 #endif /* PARROT_ENCODING_H_GUARD */
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/debug.h
===================================================================
--- include/parrot/debug.h	(revision 14669)
+++ include/parrot/debug.h	(working copy)
@@ -331,10 +331,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/caches.h
===================================================================
--- include/parrot/caches.h	(revision 14669)
+++ include/parrot/caches.h	(working copy)
@@ -43,10 +43,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/enums.h
===================================================================
--- include/parrot/enums.h	(revision 14669)
+++ include/parrot/enums.h	(working copy)
@@ -73,10 +73,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/charset.h
===================================================================
--- include/parrot/charset.h	(revision 14669)
+++ include/parrot/charset.h	(working copy)
@@ -161,12 +161,10 @@
 
 
 #endif /* PARROT_CHARSET_H_GUARD */
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/global.h
===================================================================
--- include/parrot/global.h	(revision 14669)
+++ include/parrot/global.h	(working copy)
@@ -62,12 +62,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
-
-
+ */
Index: include/parrot/settings.h
===================================================================
--- include/parrot/settings.h	(revision 14669)
+++ include/parrot/settings.h	(working copy)
@@ -100,3 +100,10 @@
 #define PARROT_I386_JIT_CGP 0
 
 #endif /* PARROT_SETTINGS_H_GUARD */
+
+/*
+ * Local variables:
+ *   c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */
Index: include/parrot/string_funcs.h
===================================================================
--- include/parrot/string_funcs.h	(revision 14669)
+++ include/parrot/string_funcs.h	(working copy)
@@ -142,10 +142,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/events.h
===================================================================
--- include/parrot/events.h	(revision 14669)
+++ include/parrot/events.h	(working copy)
@@ -104,10 +104,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/dod.h
===================================================================
--- include/parrot/dod.h	(revision 14669)
+++ include/parrot/dod.h	(working copy)
@@ -158,10 +158,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/thr_windows.h
===================================================================
--- include/parrot/thr_windows.h	(revision 14669)
+++ include/parrot/thr_windows.h	(working copy)
@@ -137,10 +137,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/memory.h
===================================================================
--- include/parrot/memory.h	(revision 14669)
+++ include/parrot/memory.h	(working copy)
@@ -45,10 +45,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/pic.h
===================================================================
--- include/parrot/pic.h	(revision 14669)
+++ include/parrot/pic.h	(working copy)
@@ -90,10 +90,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/list.h
===================================================================
--- include/parrot/list.h	(revision 14669)
+++ include/parrot/list.h	(working copy)
@@ -101,10 +101,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/atomic.h
===================================================================
--- include/parrot/atomic.h	(revision 14669)
+++ include/parrot/atomic.h	(working copy)
@@ -84,12 +84,10 @@
 #endif /* PARROT_HAS_THREADS */
 
 #endif /* PARROT_ATOMIC_H_GAURD */
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: include/parrot/inter_call.h
===================================================================
--- include/parrot/inter_call.h	(revision 14669)
+++ include/parrot/inter_call.h	(working copy)
@@ -134,10 +134,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: include/parrot/pmc.h
===================================================================
--- include/parrot/pmc.h	(revision 14669)
+++ include/parrot/pmc.h	(working copy)
@@ -56,10 +56,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/exec.h
===================================================================
--- include/parrot/exec.h	(revision 14669)
+++ include/parrot/exec.h	(working copy)
@@ -118,10 +118,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: include/parrot/intlist.h
===================================================================
--- include/parrot/intlist.h	(revision 14669)
+++ include/parrot/intlist.h	(working copy)
@@ -65,10 +65,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/key.h
===================================================================
--- include/parrot/key.h	(revision 14669)
+++ include/parrot/key.h	(working copy)
@@ -65,10 +65,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/pobj.h
===================================================================
--- include/parrot/pobj.h	(revision 14669)
+++ include/parrot/pobj.h	(working copy)
@@ -540,10 +540,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/builtin.h
===================================================================
--- include/parrot/builtin.h	(revision 14669)
+++ include/parrot/builtin.h	(working copy)
@@ -29,11 +29,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
-
+ */
Index: include/parrot/string.h
===================================================================
--- include/parrot/string.h	(revision 14669)
+++ include/parrot/string.h	(working copy)
@@ -59,10 +59,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/io.h
===================================================================
--- include/parrot/io.h	(revision 14669)
+++ include/parrot/io.h	(working copy)
@@ -259,10 +259,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: include/parrot/stat.h
===================================================================
--- include/parrot/stat.h	(revision 14669)
+++ include/parrot/stat.h	(working copy)
@@ -49,10 +49,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/headers.h
===================================================================
--- include/parrot/headers.h	(revision 14669)
+++ include/parrot/headers.h	(working copy)
@@ -80,10 +80,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/op.h
===================================================================
--- include/parrot/op.h	(revision 14669)
+++ include/parrot/op.h	(working copy)
@@ -90,10 +90,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/global_setup.h
===================================================================
--- include/parrot/global_setup.h	(revision 14669)
+++ include/parrot/global_setup.h	(working copy)
@@ -25,10 +25,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/string_primitives.h
===================================================================
--- include/parrot/string_primitives.h	(revision 14669)
+++ include/parrot/string_primitives.h	(working copy)
@@ -54,10 +54,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/longopt.h
===================================================================
--- include/parrot/longopt.h	(revision 14669)
+++ include/parrot/longopt.h	(working copy)
@@ -52,10 +52,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/warnings.h
===================================================================
--- include/parrot/warnings.h	(revision 14669)
+++ include/parrot/warnings.h	(working copy)
@@ -59,10 +59,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: include/parrot/objects.h
===================================================================
--- include/parrot/objects.h	(revision 14669)
+++ include/parrot/objects.h	(working copy)
@@ -98,12 +98,10 @@
        obj->vtable->class
 
 #endif /* PARROT_OBJECTS_H_GUARD */
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/datatypes.h
===================================================================
--- include/parrot/datatypes.h	(revision 14669)
+++ include/parrot/datatypes.h	(working copy)
@@ -134,10 +134,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/vtables.h
===================================================================
--- include/parrot/vtables.h	(revision 14669)
+++ include/parrot/vtables.h	(working copy)
@@ -25,10 +25,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/interpreter.h
===================================================================
--- include/parrot/interpreter.h	(revision 14669)
+++ include/parrot/interpreter.h	(working copy)
@@ -547,10 +547,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/thr_pthread.h
===================================================================
--- include/parrot/thr_pthread.h	(revision 14669)
+++ include/parrot/thr_pthread.h	(working copy)
@@ -65,10 +65,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: include/parrot/library.h
===================================================================
--- include/parrot/library.h	(revision 14669)
+++ include/parrot/library.h	(working copy)
@@ -48,10 +48,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/thread.h
===================================================================
--- include/parrot/thread.h	(revision 14669)
+++ include/parrot/thread.h	(working copy)
@@ -195,10 +195,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/nci.h
===================================================================
--- include/parrot/nci.h	(revision 14669)
+++ include/parrot/nci.h	(working copy)
@@ -21,10 +21,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/compiler.h
===================================================================
--- include/parrot/compiler.h	(revision 14669)
+++ include/parrot/compiler.h	(working copy)
@@ -62,3 +62,10 @@
 #endif
 
 #endif /* PARROT_COMPILER_H_GUARD */
+
+/*
+ * Local variables:
+ *   c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */
Index: include/parrot/dynext.h
===================================================================
--- include/parrot/dynext.h	(revision 14669)
+++ include/parrot/dynext.h	(working copy)
@@ -24,3 +24,10 @@
 
 #endif /* PARROT_DYNEXT_H_GUARD */
 
+
+/*
+ * Local variables:
+ *   c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */
Index: include/parrot/mmd.h
===================================================================
--- include/parrot/mmd.h	(revision 14669)
+++ include/parrot/mmd.h	(working copy)
@@ -88,10 +88,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/packfile.h
===================================================================
--- include/parrot/packfile.h	(revision 14669)
+++ include/parrot/packfile.h	(working copy)
@@ -434,10 +434,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: include/parrot/pmc_freeze.h
===================================================================
--- include/parrot/pmc_freeze.h	(revision 14669)
+++ include/parrot/pmc_freeze.h	(working copy)
@@ -96,10 +96,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/exceptions.h
===================================================================
--- include/parrot/exceptions.h	(revision 14669)
+++ include/parrot/exceptions.h	(working copy)
@@ -196,10 +196,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: include/parrot/extend.h
===================================================================
--- include/parrot/extend.h	(revision 14669)
+++ include/parrot/extend.h	(working copy)
@@ -130,10 +130,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: include/parrot/stacks.h
===================================================================
--- include/parrot/stacks.h	(revision 14669)
+++ include/parrot/stacks.h	(working copy)
@@ -103,10 +103,7 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */

Reply via email to