This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Deprecate (and remove core use of ) Nullav, Nullcv, Nullgv, Nullhe,
[perl5.git] / utf8.h
diff --git a/utf8.h b/utf8.h
index c8da31e..e8efd14 100644 (file)
--- a/utf8.h
+++ b/utf8.h
@@ -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:
+ */