This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Additional perlvms.pod updates related to POSIX exit handling.
[perl5.git] / parser.h
index 3cb3135..74d8ef2 100644 (file)
--- a/parser.h
+++ b/parser.h
@@ -106,5 +106,13 @@ typedef struct yy_parser {
     char       tokenbuf[256];
 
 } yy_parser;
-    
 
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * ex: set ts=8 sts=4 sw=4 noet:
+ */