summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
Diffstat (limited to 'regexec.c')
-rw-r--r--regexec.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/regexec.c b/regexec.c
index 8947cce1ae..182be28216 100644
--- a/regexec.c
+++ b/regexec.c
@@ -4962,3 +4962,13 @@ S_to_byte_substr(pTHX_ register regexp *prog)
prog->check_substr = sv;
}
}
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: t
+ * End:
+ *
+ * vim: ts=8 sts=4 sw=4 noet:
+*/