From 4fb3e0f061fbb49ada0463a125bd68a152105358 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 28 May 1995 01:55:00 +0000 Subject: merge with 1.11.4a --- lib/regex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/regex.c') diff --git a/lib/regex.c b/lib/regex.c index 354aba807..abe92ac8b 100644 --- a/lib/regex.c +++ b/lib/regex.c @@ -183,7 +183,7 @@ init_syntax_once () #define ISXDIGIT(c) (ISASCII (c) && isxdigit (c)) #ifndef NULL -#define NULL 0 +#define NULL (void *)0 #endif /* We remove any previous definition of `SIGN_EXTEND_CHAR', -- cgit v1.2.3-54-g00ecf