summaryrefslogtreecommitdiff
path: root/regex.h
diff options
context:
space:
mode:
Diffstat (limited to 'regex.h')
-rw-r--r--regex.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/regex.h b/regex.h
index 668cac925c..8e8234cc1a 100644
--- a/regex.h
+++ b/regex.h
@@ -185,7 +185,6 @@ typedef struct
regoff_t rm_eo; /* Byte offset from string's start to substring's end. */
} regmatch_t;
-
#ifdef __STDC__
extern char *re_compile_pattern (const char *, int, struct re_pattern_buffer *);