Change 32793 by [EMAIL PROTECTED] on 2008/01/01 17:18:13

        Add editor blocks to some header files.

Affected files ...

... //depot/perl/dosish.h#54 edit
... //depot/perl/fakesdio.h#10 edit
... //depot/perl/fakethr.h#15 edit
... //depot/perl/handy.h#136 edit
... //depot/perl/iperlsys.h#69 edit
... //depot/perl/mg.h#30 edit
... //depot/perl/nostdio.h#16 edit
... //depot/perl/pad.h#30 edit
... //depot/perl/parser.h#23 edit
... //depot/perl/perl.h#814 edit
... //depot/perl/perlio.h#59 edit
... //depot/perl/perliol.h#46 edit
... //depot/perl/perlsdio.h#32 edit
... //depot/perl/perlsfio.h#24 edit
... //depot/perl/regcomp.h#132 edit
... //depot/perl/scope.h#88 edit
... //depot/perl/thread.h#102 edit
... //depot/perl/unixish.h#48 edit
... //depot/perl/utf8.h#80 edit
... //depot/perl/utfebcdic.h#20 edit
... //depot/perl/util.h#25 edit

Differences ...

==== //depot/perl/dosish.h#54 (text) ====
Index: perl/dosish.h
--- perl/dosish.h#53~32237~     2007-11-07 15:23:27.000000000 -0800
+++ perl/dosish.h       2008-01-01 09:18:13.000000000 -0800
@@ -197,3 +197,13 @@
 
 /* Don't go reading from /dev/urandom */
 #define PERL_NO_DEV_RANDOM
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */

==== //depot/perl/fakesdio.h#10 (text) ====
Index: perl/fakesdio.h
--- perl/fakesdio.h#9~27355~    2006-03-01 08:13:56.000000000 -0800
+++ perl/fakesdio.h     2008-01-01 09:18:13.000000000 -0800
@@ -122,3 +122,12 @@
 #define fscanf                 _CANNOT _fscanf_
 #define fgets(s,n,f)           _CANNOT _fgets_
 
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */

==== //depot/perl/fakethr.h#15 (text) ====
Index: perl/fakethr.h
--- perl/fakethr.h#14~19242~    2003-04-16 13:14:01.000000000 -0700
+++ perl/fakethr.h      2008-01-01 09:18:13.000000000 -0800
@@ -63,3 +63,13 @@
 #define THREAD_POST_CREATE(t)  NOOP
 
 #define YIELD  NOOP
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */

==== //depot/perl/handy.h#136 (text) ====
Index: perl/handy.h
--- perl/handy.h#135~32707~     2007-12-22 10:26:21.000000000 -0800
+++ perl/handy.h        2008-01-01 09:18:13.000000000 -0800
@@ -850,3 +850,12 @@
 #define pTHX__VALUE
 #endif /* USE_ITHREADS */
 
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */

==== //depot/perl/iperlsys.h#69 (text) ====
Index: perl/iperlsys.h
--- perl/iperlsys.h#68~32013~   2007-10-03 04:21:59.000000000 -0700
+++ perl/iperlsys.h     2008-01-01 09:18:13.000000000 -0800
@@ -1409,3 +1409,12 @@
 
 #endif /* __Inc__IPerl___ */
 
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */

==== //depot/perl/mg.h#30 (text) ====
Index: perl/mg.h
--- perl/mg.h#29~32237~ 2007-11-07 15:23:27.000000000 -0800
+++ perl/mg.h   2008-01-01 09:18:13.000000000 -0800
@@ -60,3 +60,13 @@
 #define SvTIED_mg(sv,how) (SvRMAGICAL(sv) ? mg_find((sv),(how)) : NULL)
 #define SvTIED_obj(sv,mg) \
     ((mg)->mg_obj ? (mg)->mg_obj : sv_2mortal(newRV(sv)))
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */

==== //depot/perl/nostdio.h#16 (text) ====
Index: perl/nostdio.h
--- perl/nostdio.h#15~26736~    2006-01-08 12:41:25.000000000 -0800
+++ perl/nostdio.h      2008-01-01 09:18:13.000000000 -0800
@@ -124,3 +124,13 @@
 #ifndef OS2
 #define pclose(f)  _CANNOT _pclose_
 #endif
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */

==== //depot/perl/pad.h#30 (text) ====
Index: perl/pad.h
--- perl/pad.h#29~29695~        2007-01-05 02:34:36.000000000 -0800
+++ perl/pad.h  2008-01-01 09:18:13.000000000 -0800
@@ -345,3 +345,13 @@
     PL_padix_floor             = proto_perl->Ipadix_floor;             \
     PL_pad_reset_pending       = proto_perl->Ipad_reset_pending;       \
     PL_cop_seqmax              = proto_perl->Icop_seqmax;
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */

==== //depot/perl/parser.h#23 (text) ====
Index: perl/parser.h
--- perl/parser.h#22~31618~     2007-07-16 15:20:26.000000000 -0700
+++ perl/parser.h       2008-01-01 09:18:13.000000000 -0800
@@ -106,5 +106,13 @@
     char       tokenbuf[256];
 
 } yy_parser;
-    
 
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */

==== //depot/perl/perl.h#814 (text) ====
Index: perl/perl.h
--- perl/perl.h#813~32789~      2007-12-31 05:54:04.000000000 -0800
+++ perl/perl.h 2008-01-01 09:18:13.000000000 -0800
@@ -5945,3 +5945,13 @@
 */
 
 #endif /* Include guard */
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */

==== //depot/perl/perlio.h#59 (text) ====
Index: perl/perlio.h
--- perl/perlio.h#58~32237~     2007-11-07 15:23:27.000000000 -0800
+++ perl/perlio.h       2008-01-01 09:18:13.000000000 -0800
@@ -382,3 +382,13 @@
 
 END_EXTERN_C
 #endif                         /* _PERLIO_H */
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */

==== //depot/perl/perliol.h#46 (text) ====
Index: perl/perliol.h
--- perl/perliol.h#45~32215~    2007-11-03 04:57:00.000000000 -0700
+++ perl/perliol.h      2008-01-01 09:18:13.000000000 -0800
@@ -285,3 +285,13 @@
 PERL_EXPORT_C IV        PerlIOUtf8_pushed(pTHX_ PerlIO *f, const char *mode, 
SV *arg, PerlIO_funcs *tab);
 
 #endif                         /* _PERLIOL_H */
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */

==== //depot/perl/perlsdio.h#32 (text) ====
Index: perl/perlsdio.h
--- perl/perlsdio.h#31~32237~   2007-11-07 15:23:27.000000000 -0800
+++ perl/perlsdio.h     2008-01-01 09:18:13.000000000 -0800
@@ -152,3 +152,13 @@
 
 #endif /* NETWARE */
 #endif /* PERLIO_IS_STDIO */
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */

==== //depot/perl/perlsfio.h#24 (text) ====
Index: perl/perlsfio.h
--- perl/perlsfio.h#23~32237~   2007-11-07 15:23:27.000000000 -0800
+++ perl/perlsfio.h     2008-01-01 09:18:13.000000000 -0800
@@ -73,4 +73,12 @@
 #define PerlIO_get_base(f)             ((f)->data)
 #define PerlIO_get_bufsiz(f)           ((f)->endr - (f)->data)
 
-
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */

==== //depot/perl/regcomp.h#132 (text) ====
Index: perl/regcomp.h
--- perl/regcomp.h#131~32237~   2007-11-07 15:23:27.000000000 -0800
+++ perl/regcomp.h      2008-01-01 09:18:13.000000000 -0800
@@ -814,5 +814,12 @@
 
 #endif /* DEBUG RELATED DEFINES */
 
-
-
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */

==== //depot/perl/scope.h#88 (text) ====
Index: perl/scope.h
--- perl/scope.h#87~29695~      2007-01-05 02:34:36.000000000 -0800
+++ perl/scope.h        2008-01-01 09:18:13.000000000 -0800
@@ -260,3 +260,12 @@
 #define SSPTR(off,type)         ((type)  ((char*)PL_savestack + off))
 #define SSPTRt(off,type)        ((type*) ((char*)PL_savestack + off))
 
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */

==== //depot/perl/thread.h#102 (text) ====
Index: perl/thread.h
--- perl/thread.h#101~27834~    2006-04-15 22:12:56.000000000 -0700
+++ perl/thread.h       2008-01-01 09:18:13.000000000 -0800
@@ -472,3 +472,13 @@
 #ifndef INIT_THREADS
 #  define INIT_THREADS NOOP
 #endif
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */

==== //depot/perl/unixish.h#48 (text) ====
Index: perl/unixish.h
--- perl/unixish.h#47~32237~    2007-11-07 15:23:27.000000000 -0800
+++ perl/unixish.h      2008-01-01 09:18:13.000000000 -0800
@@ -145,3 +145,12 @@
 #define USE_ENVIRON_ARRAY
 #endif
 
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */

==== //depot/perl/utf8.h#80 (text) ====
Index: perl/utf8.h
--- perl/utf8.h#79~32237~       2007-11-07 15:23:27.000000000 -0800
+++ perl/utf8.h 2008-01-01 09:18:13.000000000 -0800
@@ -340,3 +340,13 @@
 #define IS_UTF8_CHAR_FAST(n) ((n) <= 4)
 
 #endif /* IS_UTF8_CHAR() for UTF-8 */
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */

==== //depot/perl/utfebcdic.h#20 (text) ====
Index: perl/utfebcdic.h
--- perl/utfebcdic.h#19~32237~  2007-11-07 15:23:27.000000000 -0800
+++ perl/utfebcdic.h    2008-01-01 09:18:13.000000000 -0800
@@ -418,4 +418,12 @@
 #define UTF8_EIGHT_BIT_HI(c)   
UTF_TO_NATIVE((((U8)(c))>>UTF_ACCUMULATION_SHIFT)|UTF_START_MARK(2))
 #define UTF8_EIGHT_BIT_LO(c)   
UTF_TO_NATIVE(((((U8)(c)))&UTF_CONTINUATION_MASK)|UTF_CONTINUATION_MARK)
 
-
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */

==== //depot/perl/util.h#25 (text) ====
Index: perl/util.h
--- perl/util.h#24~32237~       2007-11-07 15:23:27.000000000 -0800
+++ perl/util.h 2008-01-01 09:18:13.000000000 -0800
@@ -41,3 +41,13 @@
 #   endif      /* NETWARE */
 #  endif       /* WIN32 */
 #endif         /* VMS */
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */
End of Patch.

Reply via email to