This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Regenerate reentr.[ch]
[perl5.git] / perly.c
diff --git a/perly.c b/perly.c
index a6ce128..12c8443 100644 (file)
--- a/perly.c
+++ b/perly.c
@@ -698,3 +698,13 @@ Perl_yyparse (pTHX)
 
     return yyresult;
 }
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * vim: ts=8 sts=4 sw=4 noet:
+*/