diff options
| -rw-r--r-- | src/regex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c index 5a98c6c21aa..3581b38dbd3 100644 --- a/src/regex.c +++ b/src/regex.c | |||
| @@ -183,7 +183,7 @@ init_syntax_once () | |||
| 183 | #define ISXDIGIT(c) (ISASCII (c) && isxdigit (c)) | 183 | #define ISXDIGIT(c) (ISASCII (c) && isxdigit (c)) |
| 184 | 184 | ||
| 185 | #ifndef NULL | 185 | #ifndef NULL |
| 186 | #define NULL 0 | 186 | #define NULL (void *)0 |
| 187 | #endif | 187 | #endif |
| 188 | 188 | ||
| 189 | /* We remove any previous definition of `SIGN_EXTEND_CHAR', | 189 | /* We remove any previous definition of `SIGN_EXTEND_CHAR', |