summaryrefslogtreecommitdiff
path: root/perliol.h
diff options
context:
space:
mode:
authorMarcus Holland-Moritz <mhx-perl@gmx.net>2008-01-01 17:18:13 +0000
committerMarcus Holland-Moritz <mhx-perl@gmx.net>2008-01-01 17:18:13 +0000
commite9a8c0991ec6634f51266c0ad53e02c328bc0761 (patch)
treeac92fb22682cfdce447ce3a104f1bdf513527e08 /perliol.h
parent20bff64c49dd2f5a078490a2b3c858a4380fd121 (diff)
downloadperl-e9a8c0991ec6634f51266c0ad53e02c328bc0761.tar.gz
Add editor blocks to some header files.
p4raw-id: //depot/perl@32793
Diffstat (limited to 'perliol.h')
-rw-r--r--perliol.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/perliol.h b/perliol.h
index 756db2d6c2..9a08d81a12 100644
--- a/perliol.h
+++ b/perliol.h
@@ -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:
+ */