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


Hi,

This patches the perl scripts which output a C-code coda when they
output boilerplate code to use the coda defined in pdd07.

Regards,

Paul

files affected:
tools/build/vtable_extend.pl
tools/dev/check_source_standards.pl
Index: tools/build/vtable_extend.pl
===================================================================
--- tools/build/vtable_extend.pl	(revision 14845)
+++ tools/build/vtable_extend.pl	(working copy)
@@ -132,11 +132,8 @@
 
 /*
  * Local variables:
- * c-indentation-style: bsd
- * c-basic-offset: 4
- * indent-tabs-mode: nil
+ *   c-file-style: "parrot"
  * End:
- *
  * vim: expandtab shiftwidth=4:
  */
 EOF
Index: tools/dev/check_source_standards.pl
===================================================================
--- tools/dev/check_source_standards.pl	(revision 14845)
+++ tools/dev/check_source_standards.pl	(working copy)
@@ -356,11 +356,8 @@
     my @end_boilerplate = split /\n\s*/, qq(
        /*
         * 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