Add editor boilerplates to all C files
[p5sagit/p5-mst-13.2.git] / malloc.c
index de5766d..3731fc2 100644 (file)
--- a/malloc.c
+++ b/malloc.c
@@ -2573,3 +2573,13 @@ Perl_sbrk(int size)
 }
 
 #endif /* ! defined USE_PERL_SBRK */
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * vim: ts=8 sts=4 sw=4 noet:
+*/