fixes for win64 compilation.

This commit is contained in:
Vitor Santos Costa
2014-09-16 19:15:56 +01:00
parent 0ad92137a9
commit 8461026303
15 changed files with 122 additions and 90 deletions

View File

@@ -57,7 +57,7 @@ extern "C" {
#endif
/* === regerror.c === */
static char * PROTO(regatoi, (const regex_t *preg, char *localbuf));
static char * regatoi(const regex_t *preg, char *localbuf);
#ifdef __cplusplus
}