diff options
Diffstat (limited to 'regexec.c')
-rw-r--r-- | regexec.c | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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: +*/ |