mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-01-21 05:08:35 +01:00
Uncomment regexec() declaration in regexp.h to avoid compiler warning
This commit is contained in:
parent
f9193eb4b3
commit
447d9815d8
@ -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(); */
|
||||
|
Loading…
Reference in New Issue
Block a user