This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Try for smarter (more portable) skip criteria in Encode's piconv.t.
[perl5.git] / perlsfio.h
index d4b097f..2471753 100644 (file)
@@ -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:
+ */