diff options
Diffstat (limited to 'libguile/regex-posix.h')
-rw-r--r-- | libguile/regex-posix.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libguile/regex-posix.h b/libguile/regex-posix.h index 8d9053b06..c2bc9230e 100644 --- a/libguile/regex-posix.h +++ b/libguile/regex-posix.h @@ -37,9 +37,3 @@ SCM_API SCM scm_regexp_exec (SCM rx, SCM str, SCM start, SCM flags); SCM_INTERNAL void scm_init_regex_posix (void); #endif /* SCM_REGEX_POSIX_H */ - -/* - Local Variables: - c-file-style: "gnu" - End: -*/ |