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 6af3ace12d..3e0ebd26a7 100644
--- a/regex.h
+++ b/regex.h
@@ -83,7 +83,6 @@ extern const unsigned char *re_mbctab;
#if defined(__STDC__)
void re_mbcinit (int);
#else
-extern unsigned char *re_mbctab;
void re_mbcinit ();
#endif