1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-30 21:42:05 +03:00

Remove __P macro usage so it compiles without cdefs.h.

This commit is contained in:
Bryan Henderson
1996-12-15 09:21:37 +00:00
parent 9fc7250d3a
commit fa9c0fff36
3 changed files with 62 additions and 50 deletions

View File

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