Uncomment regexec() declaration in regexp.h to avoid compiler warning

This commit is contained in:
Thomas Jensen
2019-02-20 22:26:56 +01:00
parent f9193eb4b3
commit 447d9815d8

View File

@ -21,7 +21,7 @@ typedef struct regexp {
} regexp;
extern regexp *regcomp();
/* extern int regexec(); */
extern int regexec();
/* extern size_t regsub(); */
extern size_t myregsub();
/* extern void regerror(); */