summaryrefslogtreecommitdiff
path: root/mg.c
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-05-10 16:51:02 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-05-10 16:51:02 +0000
commit4db465ad8c6a2ce05f41ee656e4b9c756a58e5fe (patch)
tree3e040e06f33275f702454aa4607e4181ad35c589 /mg.c
parent87c807e4d74d4949ae7303f49a74519ce052b49c (diff)
downloadperl-4db465ad8c6a2ce05f41ee656e4b9c756a58e5fe.tar.gz
Add editor boilerplates to all C files
(except the generated ones) p4raw-id: //depot/perl@24440
Diffstat (limited to 'mg.c')
-rw-r--r--mg.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/mg.c b/mg.c
index bb16deac49..58301f81b1 100644
--- a/mg.c
+++ b/mg.c
@@ -2698,4 +2698,12 @@ unwind_handler_stack(pTHX_ const void *p)
#endif
}
-
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * vim: ts=8 sts=4 sw=4 noet:
+*/