summaryrefslogtreecommitdiff
path: root/globals.c
diff options
context:
space:
mode:
Diffstat (limited to 'globals.c')
-rw-r--r--globals.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/globals.c b/globals.c
index 994ca8da95..8f382bb4ec 100644
--- 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:
+ *
+ * vim: ts=8 sts=4 sw=4 noet:
+*/