summaryrefslogtreecommitdiff
path: root/lib/regex.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-05-28 01:55:00 +0000
committerJim Meyering <jim@meyering.net>1995-05-28 01:55:00 +0000
commit4fb3e0f061fbb49ada0463a125bd68a152105358 (patch)
tree9847291d35171d17aeae61d7739a45105fecbf27 /lib/regex.c
parenta528bd5d9f309442440c5d189adb57e0cbae3e5e (diff)
downloadcoreutils-4fb3e0f061fbb49ada0463a125bd68a152105358.tar.xz
merge with 1.11.4a
Diffstat (limited to 'lib/regex.c')
-rw-r--r--lib/regex.c2
1 files changed, 1 insertions, 1 deletions
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',