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


Hi,

This is a patch to hopefully finish off the emacs/vim C coda
additions, and adds/modifies the coda in the C-language files under
parrot/src; it applies to bug #40279 [CAGE] C coding standards coda,
(and I guess closes it: still a n00b).

I have a question about one file though: parrot/src/malloc-trace.c has
the following part in the coda that it currently has:
 * compile-command:
 *    "gcc -Wall -O -fpic -shared -o malloc-trace.so malloc-trace.c"

Is this necessary?  And could it just be deleted entirely?

Thanks and Regards,

Paul

Files affected by this patch:

src/trace.c
src/smallobject.c
src/byteorder.c
src/utils.c
src/exec_save.c
src/malloc-trace.c
src/trace.h
src/pdb.c
src/exec_save.h
src/tsq.c
src/parrot.c
src/exit.c
src/resources.c
src/embed.c
src/hll.c
src/pbc_info.c
src/pic_jit.c
src/runops_cores.c
src/stm/waitlist.c
src/stm/stm_internal.h
src/stm/backend.c
src/stm/stm_waitlist.h
src/pbc_merge.c
src/hash.c
src/register.c
src/debug.c
src/encoding.c
src/runops_cores.h
src/charset.c
src/gc_gms.c
src/global.c
src/gc_ims.c
src/exec_start.c
src/events.c
src/dod.c
src/packout.c
src/memory.c
src/nci_test.c
src/pic.c
src/list.c
src/inter_call.c
src/cpu_dep.c
src/pmc.c
src/exec.c
src/intlist.c
src/key.c
src/inter_run.c
src/builtin.c
src/string.c
src/malloc.c
src/charset/tables.h
src/charset/iso-8859-1.c
src/charset/binary.c
src/charset/unicode.c
src/charset/iso-8859-1.h
src/charset/ascii.c
src/charset/binary.h
src/charset/tables.c
src/charset/unicode.h
src/charset/ascii.h
src/interp_guts.h
src/res_lea.c
src/headers.c
src/stack_common.c
src/global_setup.c
src/bignum.c
src/string_primitives.c
src/longopt.c
src/pdump.c
src/inter_cb.c
src/bignum.h
src/warnings.c
src/encodings/ucs2.h
src/encodings/utf16.c
src/encodings/fixed_8.c
src/encodings/utf8.c
src/encodings/utf16.h
src/encodings/utf8.h
src/encodings/fixed_8.h
src/encodings/ucs2.c
src/objects.c
src/disassemble.c
src/unicode.h
src/inter_misc.c
src/packfile/pf_items.c
src/datatypes.c
src/vtables.c
src/interpreter.c
src/inter_create.c
src/packdump.c
src/library.c
src/jit/arm/exec_dep.h
src/jit/arm/jit_emit.h
src/jit/ppc/exec_dep.h
src/jit/ppc/jit_emit.h
src/jit/ia64/jit_emit.h
src/jit/skeleton/jit_emit.h
src/jit/alpha/jit_emit.h
src/jit/hppa/jit_emit.h
src/jit/mips/jit_emit.h
src/jit/sun4/jit_emit.h
src/jit/i386/exec_dep.h
src/jit/i386/jit_emit.h
src/thread.c
src/dynext.c
src/mmd.c
src/packfile.c
src/pmc_freeze.c
src/exceptions.c
src/jit_debug_xcoff.c
src/spf_vtable.c
src/io/io_mmap.c
src/io/io_buf.c
src/io/io_passdown.c
src/io/io_layers.c
src/io/io_private.h
src/io/io.c
src/io/io_stdio.c
src/io/io_win32.c
src/io/io_unix.c
src/io/io_utf8.c
src/io/io_string.c
src/jit.c
src/spf_render.c
src/extend.c
src/stacks.c
src/sub.c
src/misc.c
src/jit.h
src/jit_debug.c
Index: src/trace.c
===================================================================
--- src/trace.c	(revision 14669)
+++ src/trace.c	(working copy)
@@ -455,12 +455,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/smallobject.c
===================================================================
--- src/smallobject.c	(revision 14669)
+++ src/smallobject.c	(working copy)
@@ -583,12 +583,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/byteorder.c
===================================================================
--- src/byteorder.c	(revision 14669)
+++ src/byteorder.c	(working copy)
@@ -351,10 +351,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: src/utils.c
===================================================================
--- src/utils.c	(revision 14669)
+++ src/utils.c	(working copy)
@@ -904,12 +904,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/exec_save.c
===================================================================
--- src/exec_save.c	(revision 14669)
+++ src/exec_save.c	(working copy)
@@ -803,12 +803,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/malloc-trace.c
===================================================================
--- src/malloc-trace.c	(revision 14669)
+++ src/malloc-trace.c	(working copy)
@@ -214,3 +214,10 @@
  *    "gcc -Wall -O -fpic -shared -o malloc-trace.so malloc-trace.c"
  * End:
  */
+
+/*
+ * Local variables:
+ *   c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */
Index: src/trace.h
===================================================================
--- src/trace.h	(revision 14669)
+++ src/trace.h	(working copy)
@@ -28,12 +28,10 @@
 
 #endif /* PARROT_TRACE_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: src/pdb.c
===================================================================
--- src/pdb.c	(revision 14669)
+++ src/pdb.c	(working copy)
@@ -274,12 +274,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/exec_save.h
===================================================================
--- src/exec_save.h	(revision 14669)
+++ src/exec_save.h	(working copy)
@@ -18,12 +18,10 @@
 
 #endif /* PARROT_EXEC_SAVE_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: src/tsq.c
===================================================================
--- src/tsq.c	(revision 14669)
+++ src/tsq.c	(working copy)
@@ -401,12 +401,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/parrot.c
===================================================================
--- src/parrot.c	(revision 14669)
+++ src/parrot.c	(working copy)
@@ -29,12 +29,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil 
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/exit.c
===================================================================
--- src/exit.c	(revision 14669)
+++ src/exit.c	(working copy)
@@ -102,12 +102,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/resources.c
===================================================================
--- src/resources.c	(revision 14669)
+++ src/resources.c	(working copy)
@@ -882,12 +882,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/embed.c
===================================================================
--- src/embed.c	(revision 14669)
+++ src/embed.c	(working copy)
@@ -940,12 +940,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/hll.c
===================================================================
--- src/hll.c	(revision 14669)
+++ src/hll.c	(working copy)
@@ -416,12 +416,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/pbc_info.c
===================================================================
--- src/pbc_info.c	(revision 14669)
+++ src/pbc_info.c	(working copy)
@@ -102,3 +102,10 @@
 
 */
 
+
+/*
+ * Local variables:
+ *   c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */
Index: src/pic_jit.c
===================================================================
--- src/pic_jit.c	(revision 14669)
+++ src/pic_jit.c	(working copy)
@@ -362,12 +362,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/runops_cores.c
===================================================================
--- src/runops_cores.c	(revision 14669)
+++ src/runops_cores.c	(working copy)
@@ -250,12 +250,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/stm/waitlist.c
===================================================================
--- src/stm/waitlist.c	(revision 14669)
+++ src/stm/waitlist.c	(working copy)
@@ -299,3 +299,10 @@
     MUTEX_DESTROY(thr->signal_mutex);
     mem_sys_free(thr);
 }
+
+/*
+ * Local variables:
+ *   c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */
Index: src/stm/stm_internal.h
===================================================================
--- src/stm/stm_internal.h	(revision 14669)
+++ src/stm/stm_internal.h	(working copy)
@@ -147,3 +147,10 @@
 STM_tx_log *Parrot_STM_tx_log_get(Interp *interp);
 
 #endif
+
+/*
+ * Local variables:
+ *   c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */
Index: src/stm/backend.c
===================================================================
--- src/stm/backend.c	(revision 14669)
+++ src/stm/backend.c	(working copy)
@@ -1407,3 +1407,10 @@
 }
 
 #endif
+
+/*
+ * Local variables:
+ *   c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */
Index: src/stm/stm_waitlist.h
===================================================================
--- src/stm/stm_waitlist.h	(revision 14669)
+++ src/stm/stm_waitlist.h	(working copy)
@@ -53,3 +53,10 @@
 void Parrot_STM_waitlist_destroy_thread(Parrot_Interp);
 
 #endif
+
+/*
+ * Local variables:
+ *   c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */
Index: src/pbc_merge.c
===================================================================
--- src/pbc_merge.c	(revision 14669)
+++ src/pbc_merge.c	(working copy)
@@ -814,3 +814,10 @@
     return 0;
 }
 
+
+/*
+ * Local variables:
+ *   c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */
Index: src/hash.c
===================================================================
--- src/hash.c	(revision 14669)
+++ src/hash.c	(working copy)
@@ -1038,12 +1038,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/register.c
===================================================================
--- src/register.c	(revision 14669)
+++ src/register.c	(working copy)
@@ -582,12 +582,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/debug.c
===================================================================
--- src/debug.c	(revision 14669)
+++ src/debug.c	(working copy)
@@ -2539,12 +2539,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/encoding.c
===================================================================
--- src/encoding.c	(revision 14669)
+++ src/encoding.c	(working copy)
@@ -239,12 +239,10 @@
     return NULL;
 }
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/runops_cores.h
===================================================================
--- src/runops_cores.h	(revision 14669)
+++ src/runops_cores.h	(working copy)
@@ -26,12 +26,10 @@
 
 #endif /* PARROT_RUNOPS_CORES_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: src/charset.c
===================================================================
--- src/charset.c	(revision 14669)
+++ src/charset.c	(working copy)
@@ -333,10 +333,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: src/gc_gms.c
===================================================================
--- src/gc_gms.c	(revision 14669)
+++ src/gc_gms.c	(working copy)
@@ -1414,12 +1414,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
- * vim: expandtab shiftwidth=4 tw=72:
-*/
+ * vim: expandtab shiftwidth=4:
+ */
Index: src/global.c
===================================================================
--- src/global.c	(revision 14669)
+++ src/global.c	(working copy)
@@ -660,12 +660,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/gc_ims.c
===================================================================
--- src/gc_ims.c	(revision 14669)
+++ src/gc_ims.c	(working copy)
@@ -970,12 +970,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
- * vim: expandtab shiftwidth=4 tw=72:
-*/
+ * vim: expandtab shiftwidth=4:
+ */
Index: src/exec_start.c
===================================================================
--- src/exec_start.c	(revision 14669)
+++ src/exec_start.c	(working copy)
@@ -126,12 +126,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/events.c
===================================================================
--- src/events.c	(revision 14669)
+++ src/events.c	(working copy)
@@ -1319,12 +1319,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/dod.c
===================================================================
--- src/dod.c	(revision 14669)
+++ src/dod.c	(working copy)
@@ -1270,12 +1270,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/packout.c
===================================================================
--- src/packout.c	(revision 14669)
+++ src/packout.c	(working copy)
@@ -334,12 +334,10 @@
 
 */
 
+
 /*
-* Local variables:
-* c-indentation-style: bsd
-* c-basic-offset: 4
-* indent-tabs-mode: nil
-* End:
-*
-* vim: expandtab shiftwidth=4:
-*/
+ * Local variables:
+ *   c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */
Index: src/memory.c
===================================================================
--- src/memory.c	(revision 14669)
+++ src/memory.c	(working copy)
@@ -211,12 +211,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/nci_test.c
===================================================================
--- src/nci_test.c	(revision 14669)
+++ src/nci_test.c	(working copy)
@@ -590,12 +590,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/pic.c
===================================================================
--- src/pic.c	(revision 14669)
+++ src/pic.c	(working copy)
@@ -712,12 +712,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/list.c
===================================================================
--- src/list.c	(revision 14669)
+++ src/list.c	(working copy)
@@ -2131,12 +2131,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/inter_call.c
===================================================================
--- src/inter_call.c	(revision 14669)
+++ src/inter_call.c	(working copy)
@@ -1333,12 +1333,10 @@
 =cut
 
 */
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/cpu_dep.c
===================================================================
--- src/cpu_dep.c	(revision 14669)
+++ src/cpu_dep.c	(working copy)
@@ -130,12 +130,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/pmc.c
===================================================================
--- src/pmc.c	(revision 14669)
+++ src/pmc.c	(working copy)
@@ -603,12 +603,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/exec.c
===================================================================
--- src/exec.c	(revision 14669)
+++ src/exec.c	(working copy)
@@ -333,12 +333,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/intlist.c
===================================================================
--- src/intlist.c	(revision 14669)
+++ src/intlist.c	(working copy)
@@ -344,12 +344,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/key.c
===================================================================
--- src/key.c	(revision 14669)
+++ src/key.c	(working copy)
@@ -488,12 +488,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/inter_run.c
===================================================================
--- src/inter_run.c	(revision 14669)
+++ src/inter_run.c	(working copy)
@@ -426,12 +426,10 @@
 =cut
 
 */
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/builtin.c
===================================================================
--- src/builtin.c	(revision 14669)
+++ src/builtin.c	(working copy)
@@ -267,10 +267,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: src/string.c
===================================================================
--- src/string.c	(revision 14669)
+++ src/string.c	(working copy)
@@ -2675,12 +2675,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/malloc.c
===================================================================
--- src/malloc.c	(revision 14669)
+++ src/malloc.c	(working copy)
@@ -5635,3 +5635,10 @@
          structure of old version,  but most details differ.)
 
 */
+
+/*
+ * Local variables:
+ *   c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */
Index: src/charset/tables.h
===================================================================
--- src/charset/tables.h	(revision 14669)
+++ src/charset/tables.h	(working copy)
@@ -23,3 +23,10 @@
 extern const PARROT_CCLASS_FLAGS Parrot_ascii_typetable[256];
 extern const PARROT_CCLASS_FLAGS Parrot_iso_8859_1_typetable[256];
 #endif /* PARROT_CHARSET_TABLES_H_GUARD */
+
+/*
+ * Local variables:
+ *   c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */
Index: src/charset/iso-8859-1.c
===================================================================
--- src/charset/iso-8859-1.c	(revision 14669)
+++ src/charset/iso-8859-1.c	(working copy)
@@ -385,12 +385,10 @@
     return src;
 }
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/charset/binary.c
===================================================================
--- src/charset/binary.c	(revision 14669)
+++ src/charset/binary.c	(working copy)
@@ -192,12 +192,10 @@
 
 }
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/charset/unicode.c
===================================================================
--- src/charset/unicode.c	(revision 14669)
+++ src/charset/unicode.c	(working copy)
@@ -570,12 +570,10 @@
     return return_set;
 }
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/charset/iso-8859-1.h
===================================================================
--- src/charset/iso-8859-1.h	(revision 14669)
+++ src/charset/iso-8859-1.h	(working copy)
@@ -18,12 +18,10 @@
 CHARSET *Parrot_charset_iso_8859_1_init(Interp *);
 
 #endif /* PARROT_CHARSET_ISO_8859_1_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: src/charset/ascii.c
===================================================================
--- src/charset/ascii.c	(revision 14669)
+++ src/charset/ascii.c	(working copy)
@@ -499,12 +499,10 @@
     src->charset = Parrot_iso_8859_1_charset_ptr;
     return src;
 }
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/charset/binary.h
===================================================================
--- src/charset/binary.h	(revision 14669)
+++ src/charset/binary.h	(working copy)
@@ -16,12 +16,10 @@
 CHARSET *Parrot_charset_binary_init(Interp *);
 
 #endif /* PARROT_CHARSET_BINARY_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: src/charset/tables.c
===================================================================
--- src/charset/tables.c	(revision 14669)
+++ src/charset/tables.c	(working copy)
@@ -82,3 +82,10 @@
 0x28c6, 0x28c6, 0x28c6, 0x28c6, 0x28c6, 0x28c6, 0x28c6, 0x04c0, /* 240-247 */
 0x28c6, 0x28c6, 0x28c6, 0x28c6, 0x28c6, 0x28c6, 0x28c6, 0x28c6, /* 248-255 */
 };
+
+/*
+ * Local variables:
+ *   c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */
Index: src/charset/unicode.h
===================================================================
--- src/charset/unicode.h	(revision 14669)
+++ src/charset/unicode.h	(working copy)
@@ -21,12 +21,10 @@
 
 
 #endif /* PARROT_CHARSET_UNICODE_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: src/charset/ascii.h
===================================================================
--- src/charset/ascii.h	(revision 14669)
+++ src/charset/ascii.h	(working copy)
@@ -42,12 +42,10 @@
 STRING *charset_cvt_ascii_to_iso_8859_1(Interp *, STRING *src, STRING *dest);
 
 #endif /* PARROT_CHARSET_ASCII_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: src/interp_guts.h
===================================================================
--- src/interp_guts.h	(revision 14669)
+++ src/interp_guts.h	(working copy)
@@ -9,12 +9,10 @@
 
 #endif /* PARROT_INTERP_GUTS_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: src/res_lea.c
===================================================================
--- src/res_lea.c	(revision 14669)
+++ src/res_lea.c	(working copy)
@@ -291,12 +291,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/headers.c
===================================================================
--- src/headers.c	(revision 14669)
+++ src/headers.c	(working copy)
@@ -924,12 +924,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/stack_common.c
===================================================================
--- src/stack_common.c	(revision 14669)
+++ src/stack_common.c	(working copy)
@@ -157,13 +157,11 @@
 
 */
 
+
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
-
+ */
Index: src/global_setup.c
===================================================================
--- src/global_setup.c	(revision 14669)
+++ src/global_setup.c	(working copy)
@@ -202,12 +202,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/bignum.c
===================================================================
--- src/bignum.c	(revision 14669)
+++ src/bignum.c	(working copy)
@@ -3149,10 +3149,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: src/string_primitives.c
===================================================================
--- src/string_primitives.c	(revision 14669)
+++ src/string_primitives.c	(working copy)
@@ -702,12 +702,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/longopt.c
===================================================================
--- src/longopt.c	(revision 14669)
+++ src/longopt.c	(working copy)
@@ -289,12 +289,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/pdump.c
===================================================================
--- src/pdump.c	(revision 14669)
+++ src/pdump.c	(working copy)
@@ -295,12 +295,10 @@
     return 0;
 }
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/inter_cb.c
===================================================================
--- src/inter_cb.c	(revision 14669)
+++ src/inter_cb.c	(working copy)
@@ -374,12 +374,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/bignum.h
===================================================================
--- src/bignum.h	(revision 14669)
+++ src/bignum.h	(working copy)
@@ -201,12 +201,10 @@
 int BN_really_zero(PINTD_ BIGNUM* bn, int);
 
 #endif /* PARROT_TYPES_BIGNUM_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: src/warnings.c
===================================================================
--- src/warnings.c	(revision 14669)
+++ src/warnings.c	(working copy)
@@ -157,12 +157,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/encodings/ucs2.h
===================================================================
--- src/encodings/ucs2.h	(revision 14669)
+++ src/encodings/ucs2.h	(working copy)
@@ -16,12 +16,10 @@
 ENCODING *Parrot_encoding_ucs2_init(Interp *);
 
 #endif /* PARROT_ENCODING_UCS2_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: src/encodings/utf16.c
===================================================================
--- src/encodings/utf16.c	(revision 14669)
+++ src/encodings/utf16.c	(working copy)
@@ -385,12 +385,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/encodings/fixed_8.c
===================================================================
--- src/encodings/fixed_8.c	(revision 14669)
+++ src/encodings/fixed_8.c	(working copy)
@@ -226,16 +226,14 @@
     return return_encoding;
 }
 
-/*
- * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
- * End:
- *
- * vim: expandtab shiftwidth=4:
-*/
 
 
 
 
+
+/*
+ * Local variables:
+ *   c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */
Index: src/encodings/utf8.c
===================================================================
--- src/encodings/utf8.c	(revision 14669)
+++ src/encodings/utf8.c	(working copy)
@@ -580,12 +580,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/encodings/utf16.h
===================================================================
--- src/encodings/utf16.h	(revision 14669)
+++ src/encodings/utf16.h	(working copy)
@@ -16,12 +16,10 @@
 ENCODING *Parrot_encoding_utf16_init(Interp *);
 
 #endif /* PARROT_ENCODING_UTF16_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: src/encodings/utf8.h
===================================================================
--- src/encodings/utf8.h	(revision 14669)
+++ src/encodings/utf8.h	(working copy)
@@ -16,12 +16,10 @@
 ENCODING *Parrot_encoding_utf8_init(Interp *);
 
 #endif /* PARROT_ENCODING_UTF8_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: src/encodings/fixed_8.h
===================================================================
--- src/encodings/fixed_8.h	(revision 14669)
+++ src/encodings/fixed_8.h	(working copy)
@@ -28,12 +28,10 @@
 ENCODING *Parrot_encoding_fixed_8_init(Interp *interpreter);
 
 #endif /* PARROT_ENCODING_FIXED_8_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: src/encodings/ucs2.c
===================================================================
--- src/encodings/ucs2.c	(revision 14669)
+++ src/encodings/ucs2.c	(working copy)
@@ -276,12 +276,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/objects.c
===================================================================
--- src/objects.c	(revision 14669)
+++ src/objects.c	(working copy)
@@ -1596,12 +1596,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/disassemble.c
===================================================================
--- src/disassemble.c	(revision 14669)
+++ src/disassemble.c	(working copy)
@@ -105,12 +105,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/unicode.h
===================================================================
--- src/unicode.h	(revision 14669)
+++ src/unicode.h	(working copy)
@@ -85,12 +85,10 @@
 
 #endif /* PARROT_UNICODE_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: src/inter_misc.c
===================================================================
--- src/inter_misc.c	(revision 14669)
+++ src/inter_misc.c	(working copy)
@@ -390,12 +390,10 @@
 */
 
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/packfile/pf_items.c
===================================================================
--- src/packfile/pf_items.c	(revision 14669)
+++ src/packfile/pf_items.c	(working copy)
@@ -777,12 +777,10 @@
 
 */
 
+
 /*
-* Local variables:
-* c-indentation-style: bsd
-* c-basic-offset: 4
-* indent-tabs-mode: nil
-* End:
-*
-* vim: expandtab shiftwidth=4:
-*/
+ * Local variables:
+ *   c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */
Index: src/datatypes.c
===================================================================
--- src/datatypes.c	(revision 14669)
+++ src/datatypes.c	(working copy)
@@ -86,12 +86,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/vtables.c
===================================================================
--- src/vtables.c	(revision 14669)
+++ src/vtables.c	(working copy)
@@ -122,12 +122,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/interpreter.c
===================================================================
--- src/interpreter.c	(revision 14669)
+++ src/interpreter.c	(working copy)
@@ -1174,12 +1174,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/inter_create.c
===================================================================
--- src/inter_create.c	(revision 14669)
+++ src/inter_create.c	(working copy)
@@ -462,12 +462,10 @@
 =cut
 
 */
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/packdump.c
===================================================================
--- src/packdump.c	(revision 14669)
+++ src/packdump.c	(working copy)
@@ -193,12 +193,10 @@
 
 */
 
+
 /*
-* Local variables:
-* c-indentation-style: bsd
-* c-basic-offset: 4
-* indent-tabs-mode: nil
-* End:
-*
-* vim: expandtab shiftwidth=4:
-*/
+ * Local variables:
+ *   c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */
Index: src/library.c
===================================================================
--- src/library.c	(revision 14669)
+++ src/library.c	(working copy)
@@ -444,12 +444,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/jit/arm/exec_dep.h
===================================================================
--- src/jit/arm/exec_dep.h	(revision 14669)
+++ src/jit/arm/exec_dep.h	(working copy)
@@ -90,12 +90,10 @@
 
 #endif /* PARROT_ARM_EXEC_DEP_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: src/jit/arm/jit_emit.h
===================================================================
--- src/jit/arm/jit_emit.h	(revision 14669)
+++ src/jit/arm/jit_emit.h	(working copy)
@@ -1095,12 +1095,10 @@
 #endif /* JIT_EMIT == 0 */
 #endif /* PARROT_ARM_JIT_EMIT_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: src/jit/ppc/exec_dep.h
===================================================================
--- src/jit/ppc/exec_dep.h	(revision 14669)
+++ src/jit/ppc/exec_dep.h	(working copy)
@@ -76,12 +76,10 @@
 
 #endif /* PARROT_PPC_EXEC_DEP_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: src/jit/ppc/jit_emit.h
===================================================================
--- src/jit/ppc/jit_emit.h	(revision 14669)
+++ src/jit/ppc/jit_emit.h	(working copy)
@@ -1386,12 +1386,10 @@
 #endif /* JIT_EMIT == 0 */
 #endif /* PARROT_PPC_JIT_EMIT_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: src/jit/ia64/jit_emit.h
===================================================================
--- src/jit/ia64/jit_emit.h	(revision 14669)
+++ src/jit/ia64/jit_emit.h	(working copy)
@@ -768,3 +768,10 @@
 #  endif
 
 #endif
+
+/*
+ * Local variables:
+ *   c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */
Index: src/jit/skeleton/jit_emit.h
===================================================================
--- src/jit/skeleton/jit_emit.h	(revision 14669)
+++ src/jit/skeleton/jit_emit.h	(working copy)
@@ -359,12 +359,10 @@
 #endif /* JIT_EMIT == 0 */
 #endif /* PARROT_PPC_JIT_EMIT_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: src/jit/alpha/jit_emit.h
===================================================================
--- src/jit/alpha/jit_emit.h	(revision 14669)
+++ src/jit/alpha/jit_emit.h	(working copy)
@@ -548,12 +548,10 @@
 #endif /* JIT_EMIT */
 #endif /* PARROT_ALPHA_JIT_EMIT_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: src/jit/hppa/jit_emit.h
===================================================================
--- src/jit/hppa/jit_emit.h	(revision 14669)
+++ src/jit/hppa/jit_emit.h	(working copy)
@@ -770,3 +770,10 @@
 #  endif
 
 #endif
+
+/*
+ * Local variables:
+ *   c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */
Index: src/jit/mips/jit_emit.h
===================================================================
--- src/jit/mips/jit_emit.h	(revision 14669)
+++ src/jit/mips/jit_emit.h	(working copy)
@@ -484,12 +484,10 @@
 #endif /* JIT_EMIT == 0 */
 #endif /* PARROT_MIPS_JIT_EMIT_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: src/jit/sun4/jit_emit.h
===================================================================
--- src/jit/sun4/jit_emit.h	(revision 14669)
+++ src/jit/sun4/jit_emit.h	(working copy)
@@ -1175,12 +1175,10 @@
 
 #endif /* PARROT_SUN4_JIT_EMIT_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: src/jit/i386/exec_dep.h
===================================================================
--- src/jit/i386/exec_dep.h	(revision 14669)
+++ src/jit/i386/exec_dep.h	(working copy)
@@ -167,12 +167,10 @@
 
 #endif /* PARROT_I386_EXEC_DEP_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: src/jit/i386/jit_emit.h
===================================================================
--- src/jit/i386/jit_emit.h	(revision 14669)
+++ src/jit/i386/jit_emit.h	(working copy)
@@ -4096,12 +4096,10 @@
 #  undef INT_REGISTERS_TO_MAP
 #endif /* PARROT_I386_JIT_EMIT_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: src/thread.c
===================================================================
--- src/thread.c	(revision 14669)
+++ src/thread.c	(working copy)
@@ -1521,12 +1521,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/dynext.c
===================================================================
--- src/dynext.c	(revision 14669)
+++ src/dynext.c	(working copy)
@@ -423,12 +423,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/mmd.c
===================================================================
--- src/mmd.c	(revision 14669)
+++ src/mmd.c	(working copy)
@@ -1951,12 +1951,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/packfile.c
===================================================================
--- src/packfile.c	(revision 14669)
+++ src/packfile.c	(working copy)
@@ -3581,12 +3581,10 @@
 
 */
 
+
 /*
-* Local variables:
-* c-indentation-style: bsd
-* c-basic-offset: 4
-* indent-tabs-mode: nil
-* End:
-*
-* vim: expandtab shiftwidth=4:
-*/
+ * Local variables:
+ *   c-file-style: "parrot"
+ * End:
+ * vim: expandtab shiftwidth=4:
+ */
Index: src/pmc_freeze.c
===================================================================
--- src/pmc_freeze.c	(revision 14669)
+++ src/pmc_freeze.c	(working copy)
@@ -1666,12 +1666,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/exceptions.c
===================================================================
--- src/exceptions.c	(revision 14669)
+++ src/exceptions.c	(working copy)
@@ -753,12 +753,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/jit_debug_xcoff.c
===================================================================
--- src/jit_debug_xcoff.c	(revision 14669)
+++ src/jit_debug_xcoff.c	(working copy)
@@ -376,12 +376,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/spf_vtable.c
===================================================================
--- src/spf_vtable.c	(revision 14669)
+++ src/spf_vtable.c	(working copy)
@@ -512,12 +512,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/io/io_mmap.c
===================================================================
--- src/io/io_mmap.c	(revision 14669)
+++ src/io/io_mmap.c	(working copy)
@@ -205,12 +205,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/io/io_buf.c
===================================================================
--- src/io/io_buf.c	(revision 14669)
+++ src/io/io_buf.c	(working copy)
@@ -827,12 +827,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/io/io_passdown.c
===================================================================
--- src/io/io_passdown.c	(revision 14669)
+++ src/io/io_passdown.c	(working copy)
@@ -673,12 +673,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/io/io_layers.c
===================================================================
--- src/io/io_layers.c	(revision 14669)
+++ src/io/io_layers.c	(working copy)
@@ -296,12 +296,10 @@
 */
 
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/io/io_private.h
===================================================================
--- src/io/io_private.h	(revision 14669)
+++ src/io/io_private.h	(working copy)
@@ -312,12 +312,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/io/io.c
===================================================================
--- src/io/io.c	(revision 14669)
+++ src/io/io.c	(working copy)
@@ -1568,12 +1568,10 @@
 */
 
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/io/io_stdio.c
===================================================================
--- src/io/io_stdio.c	(revision 14669)
+++ src/io/io_stdio.c	(working copy)
@@ -501,12 +501,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/io/io_win32.c
===================================================================
--- src/io/io_win32.c	(revision 14669)
+++ src/io/io_win32.c	(working copy)
@@ -913,12 +913,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/io/io_unix.c
===================================================================
--- src/io/io_unix.c	(revision 14669)
+++ src/io/io_unix.c	(working copy)
@@ -1180,12 +1180,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/io/io_utf8.c
===================================================================
--- src/io/io_utf8.c	(revision 14669)
+++ src/io/io_utf8.c	(working copy)
@@ -155,12 +155,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/io/io_string.c
===================================================================
--- src/io/io_string.c	(revision 14669)
+++ src/io/io_string.c	(working copy)
@@ -128,12 +128,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/jit.c
===================================================================
--- src/jit.c	(revision 14669)
+++ src/jit.c	(working copy)
@@ -1752,12 +1752,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/spf_render.c
===================================================================
--- src/spf_render.c	(revision 14669)
+++ src/spf_render.c	(working copy)
@@ -796,12 +796,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/extend.c
===================================================================
--- src/extend.c	(revision 14669)
+++ src/extend.c	(working copy)
@@ -1181,12 +1181,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/stacks.c
===================================================================
--- src/stacks.c	(revision 14669)
+++ src/stacks.c	(working copy)
@@ -431,12 +431,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/sub.c
===================================================================
--- src/sub.c	(revision 14669)
+++ src/sub.c	(working copy)
@@ -502,12 +502,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
Index: src/misc.c
===================================================================
--- src/misc.c	(revision 14669)
+++ src/misc.c	(working copy)
@@ -246,12 +246,10 @@
 
 */
 
+
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
-*/
+ */
Index: src/jit.h
===================================================================
--- src/jit.h	(revision 14669)
+++ src/jit.h	(working copy)
@@ -322,12 +322,10 @@
 
 #endif /* PARROT_JIT_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: src/jit_debug.c
===================================================================
--- src/jit_debug.c	(revision 14669)
+++ src/jit_debug.c	(working copy)
@@ -406,12 +406,10 @@
 
 */
 
+
 /*
  * 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