This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
More SvPV consting
[perl5.git] / run.c
diff --git a/run.c b/run.c
index a2059e2..95bc676 100644 (file)
--- a/run.c
+++ b/run.c
@@ -42,3 +42,12 @@ Perl_runops_standard(pTHX)
     return 0;
 }
 
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */