diff options
author | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2008-01-01 17:18:13 +0000 |
---|---|---|
committer | Marcus Holland-Moritz <mhx-perl@gmx.net> | 2008-01-01 17:18:13 +0000 |
commit | e9a8c0991ec6634f51266c0ad53e02c328bc0761 (patch) | |
tree | ac92fb22682cfdce447ce3a104f1bdf513527e08 | |
parent | 20bff64c49dd2f5a078490a2b3c858a4380fd121 (diff) | |
download | perl-e9a8c0991ec6634f51266c0ad53e02c328bc0761.tar.gz |
Add editor blocks to some header files.
p4raw-id: //depot/perl@32793
-rw-r--r-- | dosish.h | 10 | ||||
-rw-r--r-- | fakesdio.h | 9 | ||||
-rw-r--r-- | fakethr.h | 10 | ||||
-rw-r--r-- | handy.h | 9 | ||||
-rw-r--r-- | iperlsys.h | 9 | ||||
-rw-r--r-- | mg.h | 10 | ||||
-rw-r--r-- | nostdio.h | 10 | ||||
-rw-r--r-- | pad.h | 10 | ||||
-rw-r--r-- | parser.h | 10 | ||||
-rw-r--r-- | perl.h | 10 | ||||
-rw-r--r-- | perlio.h | 10 | ||||
-rw-r--r-- | perliol.h | 10 | ||||
-rw-r--r-- | perlsdio.h | 10 | ||||
-rw-r--r-- | perlsfio.h | 10 | ||||
-rw-r--r-- | regcomp.h | 11 | ||||
-rw-r--r-- | scope.h | 9 | ||||
-rw-r--r-- | thread.h | 10 | ||||
-rw-r--r-- | unixish.h | 9 | ||||
-rw-r--r-- | utf8.h | 10 | ||||
-rw-r--r-- | utfebcdic.h | 10 | ||||
-rw-r--r-- | util.h | 10 |
21 files changed, 201 insertions, 5 deletions
@@ -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: + */ diff --git a/fakesdio.h b/fakesdio.h index 41d243b8f8..614438096e 100644 --- a/fakesdio.h +++ b/fakesdio.h @@ -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: + */ @@ -63,3 +63,13 @@ struct thread_intern { #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: + */ @@ -850,3 +850,12 @@ Malloc_t Perl_mem_log_free(Malloc_t oldalloc, const char *filename, const int li #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: + */ diff --git a/iperlsys.h b/iperlsys.h index f3aa64dbfa..f1f5c46582 100644 --- a/iperlsys.h +++ b/iperlsys.h @@ -1409,3 +1409,12 @@ struct IPerlSockInfo #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: + */ @@ -60,3 +60,13 @@ struct magic { #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: + */ @@ -124,3 +124,13 @@ struct _FILE; #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: + */ @@ -345,3 +345,13 @@ Clone the state variables associated with running and compiling pads. 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: + */ @@ -106,5 +106,13 @@ typedef struct yy_parser { 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: + */ @@ -5945,3 +5945,13 @@ extern void moncontrol(int); */ #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: + */ @@ -382,3 +382,13 @@ typedef struct PerlIO_list_s PerlIO_list_t; 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: + */ @@ -285,3 +285,13 @@ PERL_EXPORT_C SSize_t PerlIOUnix_write(pTHX_ PerlIO *f, const void *vbuf, Size 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: + */ diff --git a/perlsdio.h b/perlsdio.h index ffed135eb0..c1f823e096 100644 --- a/perlsdio.h +++ b/perlsdio.h @@ -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: + */ diff --git a/perlsfio.h b/perlsfio.h index d4b097f3a9..2471753ad1 100644 --- a/perlsfio.h +++ b/perlsfio.h @@ -73,4 +73,12 @@ extern int _stdprintf _ARG_((const char*, ...)); #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: + */ @@ -814,5 +814,12 @@ re.pm, especially to the documentation. #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: + */ @@ -260,3 +260,12 @@ Closing bracket on a callback. See C<ENTER> and L<perlcall>. #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: + */ @@ -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: + */ @@ -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: + */ @@ -340,3 +340,13 @@ encoded character. #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: + */ diff --git a/utfebcdic.h b/utfebcdic.h index 74846b3d9e..8659b19c1d 100644 --- a/utfebcdic.h +++ b/utfebcdic.h @@ -418,4 +418,12 @@ END_EXTERN_C #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: + */ @@ -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: + */ |