This patch adds the ending boilerplate to some files which were missing it.

[josh-014.patch]

Index: config_h.in
===================================================================
RCS file: /home/perlcvs/parrot/config_h.in,v
retrieving revision 1.22
diff -u -r1.22 config_h.in
--- config_h.in 22 Feb 2002 00:53:28 -0000      1.22
+++ config_h.in 2 Mar 2002 04:44:08 -0000
@@ -76,3 +76,13 @@
 struct PackFile;               typedef struct PackFile * Parrot_PackFile;
 
 #endif
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vim: expandtab shiftwidth=4:
+ */
Index: embed.c
===================================================================
RCS file: /home/perlcvs/parrot/embed.c,v
retrieving revision 1.13
diff -u -r1.13 embed.c
--- embed.c     1 Mar 2002 02:32:56 -0000       1.13
+++ embed.c     2 Mar 2002 04:44:09 -0000
@@ -262,3 +262,13 @@
     free(interp);
 }
 
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vim: expandtab shiftwidth=4:
+ */
Index: key.c
===================================================================
RCS file: /home/perlcvs/parrot/key.c,v
retrieving revision 1.21
diff -u -r1.21 key.c
--- key.c       22 Feb 2002 01:41:21 -0000      1.21
+++ key.c       2 Mar 2002 04:44:09 -0000
@@ -437,3 +437,12 @@
 
 */
 
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vim: expandtab shiftwidth=4:
+ */
Index: pmc.c
===================================================================
RCS file: /home/perlcvs/parrot/pmc.c,v
retrieving revision 1.8
diff -u -r1.8 pmc.c
--- pmc.c       15 Feb 2002 23:20:32 -0000      1.8
+++ pmc.c       2 Mar 2002 04:44:11 -0000
@@ -52,3 +52,13 @@
     pmc->vtable->init(interpreter, pmc);
     return pmc;
 }
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vim: expandtab shiftwidth=4:
+ */
Index: resources.c
===================================================================
RCS file: /home/perlcvs/parrot/resources.c,v
retrieving revision 1.15
diff -u -r1.15 resources.c
--- resources.c 1 Mar 2002 22:35:00 -0000       1.15
+++ resources.c 2 Mar 2002 04:44:11 -0000
@@ -632,3 +632,13 @@
 buffer_lives(Buffer *buffer) {
   buffer->flags |= BUFFER_live_FLAG;
 }
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vim: expandtab shiftwidth=4:
+ */
Index: rx.c
===================================================================
RCS file: /home/perlcvs/parrot/rx.c,v
retrieving revision 1.9
diff -u -r1.9 rx.c
--- rx.c        20 Jan 2002 22:17:16 -0000      1.9
+++ rx.c        2 Mar 2002 04:44:12 -0000
@@ -160,3 +160,13 @@
        mem_sys_free(bmp->bmp);
        mem_sys_free(bmp);
 }
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vim: expandtab shiftwidth=4:
+ */
Index: test_gnuc.c
===================================================================
RCS file: /home/perlcvs/parrot/test_gnuc.c,v
retrieving revision 1.1
diff -u -r1.1 test_gnuc.c
--- test_gnuc.c 31 Dec 2001 19:31:26 -0000      1.1
+++ test_gnuc.c 2 Mar 2002 04:44:12 -0000
@@ -17,3 +17,13 @@
     puts(");");
     return 0;
 }
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vim: expandtab shiftwidth=4:
+ */
Index: testparrotfuncptr.c
===================================================================
RCS file: /home/perlcvs/parrot/testparrotfuncptr.c,v
retrieving revision 1.2
diff -u -r1.2 testparrotfuncptr.c
--- testparrotfuncptr.c 21 Feb 2002 18:09:20 -0000      1.2
+++ testparrotfuncptr.c 2 Mar 2002 04:44:12 -0000
@@ -29,3 +29,13 @@
              
    return funcptr(42);
 }
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vim: expandtab shiftwidth=4:
+ */
Index: warnings.c
===================================================================
RCS file: /home/perlcvs/parrot/warnings.c,v
retrieving revision 1.3
diff -u -r1.3 warnings.c
--- warnings.c  18 Feb 2002 08:29:25 -0000      1.3
+++ warnings.c  2 Mar 2002 04:44:12 -0000
@@ -59,3 +59,13 @@
                return 1;
        }
 }
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vim: expandtab shiftwidth=4:
+ */
Index: examples/mops/mops.c
===================================================================
RCS file: /home/perlcvs/parrot/examples/mops/mops.c,v
retrieving revision 1.2
diff -u -r1.2 mops.c
--- examples/mops/mops.c        28 Dec 2001 01:19:56 -0000      1.2
+++ examples/mops/mops.c        2 Mar 2002 04:44:13 -0000
@@ -75,3 +75,12 @@
   return 0;                           /* end                      */
 }
 
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vim: expandtab shiftwidth=4:
+ */
Index: include/parrot/embed.h
===================================================================
RCS file: /home/perlcvs/parrot/include/parrot/embed.h,v
retrieving revision 1.7
diff -u -r1.7 embed.h
--- include/parrot/embed.h      22 Feb 2002 00:53:34 -0000      1.7
+++ include/parrot/embed.h      2 Mar 2002 04:44:13 -0000
@@ -41,3 +41,13 @@
 void Parrot_destroy(Parrot);
 
 #endif
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vim: expandtab shiftwidth=4:
+ */
Index: include/parrot/interp_guts.h
===================================================================
RCS file: /home/perlcvs/parrot/include/parrot/interp_guts.h,v
retrieving revision 1.5
diff -u -r1.5 interp_guts.h
--- include/parrot/interp_guts.h        26 Feb 2002 16:36:23 -0000      1.5
+++ include/parrot/interp_guts.h        2 Mar 2002 04:44:13 -0000
@@ -9,3 +9,12 @@
 
 #endif /* INTERP_GUTS_H */
 
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vim: expandtab shiftwidth=4:
+ */
Index: include/parrot/jit.h
===================================================================
RCS file: /home/perlcvs/parrot/include/parrot/jit.h,v
retrieving revision 1.8
diff -u -r1.8 jit.h
--- include/parrot/jit.h        29 Jan 2002 14:05:45 -0000      1.8
+++ include/parrot/jit.h        2 Mar 2002 04:44:13 -0000
@@ -110,3 +110,12 @@
 
 #endif /* JIT_H_GUARD */
 
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vim: expandtab shiftwidth=4:
+ */
Index: include/parrot/misc.h
===================================================================
RCS file: /home/perlcvs/parrot/include/parrot/misc.h,v
retrieving revision 1.3
diff -u -r1.3 misc.h
--- include/parrot/misc.h       18 Feb 2002 08:29:27 -0000      1.3
+++ include/parrot/misc.h       2 Mar 2002 04:44:13 -0000
@@ -22,3 +22,13 @@
 
 
 #endif
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vim: expandtab shiftwidth=4:
+ */
Index: include/parrot/packfile.h
===================================================================
RCS file: /home/perlcvs/parrot/include/parrot/packfile.h,v
retrieving revision 1.13
diff -u -r1.13 packfile.h
--- include/parrot/packfile.h   26 Feb 2002 16:36:23 -0000      1.13
+++ include/parrot/packfile.h   2 Mar 2002 04:44:13 -0000
@@ -208,3 +208,12 @@
 
 #endif /* PACKFILE_H */
 
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vim: expandtab shiftwidth=4:
+ */
Index: include/parrot/rx.h
===================================================================
RCS file: /home/perlcvs/parrot/include/parrot/rx.h,v
retrieving revision 1.13
diff -u -r1.13 rx.h
--- include/parrot/rx.h 26 Feb 2002 16:36:23 -0000      1.13
+++ include/parrot/rx.h 2 Mar 2002 04:44:13 -0000
@@ -108,3 +108,13 @@
 #define RxFlagsOff(rx)             ((rx)->flags = enum_rxflags_none)
 
 #endif /* PARROT_RX_H_GUARD */
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vim: expandtab shiftwidth=4:
+ */
Index: include/parrot/warnings.h
===================================================================
RCS file: /home/perlcvs/parrot/include/parrot/warnings.h,v
retrieving revision 1.4
diff -u -r1.4 warnings.h
--- include/parrot/warnings.h   26 Feb 2002 16:36:23 -0000      1.4
+++ include/parrot/warnings.h   2 Mar 2002 04:44:13 -0000
@@ -23,3 +23,13 @@
 #endif
 
 #endif
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vim: expandtab shiftwidth=4:
+ */
Index: platforms/generic.c
===================================================================
RCS file: /home/perlcvs/parrot/platforms/generic.c,v
retrieving revision 1.4
diff -u -r1.4 generic.c
--- platforms/generic.c 30 Dec 2001 19:52:57 -0000      1.4
+++ platforms/generic.c 2 Mar 2002 04:44:13 -0000
@@ -97,3 +97,13 @@
 {
   return dlclose(handle);
 }
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vim: expandtab shiftwidth=4:
+ */
Index: platforms/generic.h
===================================================================
RCS file: /home/perlcvs/parrot/platforms/generic.h,v
retrieving revision 1.3
diff -u -r1.3 generic.h
--- platforms/generic.h 29 Jan 2002 10:56:07 -0000      1.3
+++ platforms/generic.h 2 Mar 2002 04:44:13 -0000
@@ -33,3 +33,12 @@
 void * Parrot_dlsym(void * handle, char * symbol);
 int  Parrot_dlclose (void * handle);
 
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vim: expandtab shiftwidth=4:
+ */
Index: platforms/win32.c
===================================================================
RCS file: /home/perlcvs/parrot/platforms/win32.c,v
retrieving revision 1.5
diff -u -r1.5 win32.c
--- platforms/win32.c   14 Jan 2002 20:04:32 -0000      1.5
+++ platforms/win32.c   2 Mar 2002 04:44:13 -0000
@@ -94,3 +94,13 @@
 {
   return FreeLibrary(handle);
 }
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vim: expandtab shiftwidth=4:
+ */
Index: platforms/win32.h
===================================================================
RCS file: /home/perlcvs/parrot/platforms/win32.h,v
retrieving revision 1.6
diff -u -r1.6 win32.h
--- platforms/win32.h   29 Jan 2002 18:39:20 -0000      1.6
+++ platforms/win32.h   2 Mar 2002 04:44:13 -0000
@@ -38,3 +38,13 @@
 
 
 #include <windows.h>
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vim: expandtab shiftwidth=4:
+ */
Index: types/bignum.c
===================================================================
RCS file: /home/perlcvs/parrot/types/bignum.c,v
retrieving revision 1.5
diff -u -r1.5 bignum.c
--- types/bignum.c      22 Feb 2002 14:59:29 -0000      1.5
+++ types/bignum.c      2 Mar 2002 04:44:14 -0000
@@ -1772,3 +1772,13 @@
        return 0;
     }
 }
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vim: expandtab shiftwidth=4:
+ */
Index: types/bignum.h
===================================================================
RCS file: /home/perlcvs/parrot/types/bignum.h,v
retrieving revision 1.4
diff -u -r1.4 bignum.h
--- types/bignum.h      21 Feb 2002 21:12:28 -0000      1.4
+++ types/bignum.h      2 Mar 2002 04:44:14 -0000
@@ -136,3 +136,13 @@
               BIGNUM* expn, BN_CONTEXT* context);
 INTVAL BN_comp (PINTD_ BIGNUM *one, BIGNUM *two);
 INTVAL BN_is_zero(PINTD_ BIGNUM* test);
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vim: expandtab shiftwidth=4:
+ */


-- 
Josh Wilmes  ([EMAIL PROTECTED]) | http://www.hitchhiker.org

Reply via email to