This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix doc typo, by Gisle Aas
[perl5.git] / globals.c
index 994ca8d..afb3f25 100644 (file)
--- a/globals.c
+++ b/globals.c
@@ -53,3 +53,13 @@ Perl_printf_nocontext(const char *format, ...)
 }
 
 #include "perlapi.h"           /* bring in PL_force_link_funcs */
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */