diff options
| author | Jim Meyering <jim@meyering.net> | 1995-05-28 01:55:00 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 1995-05-28 01:55:00 +0000 |
| commit | 4fb3e0f061fbb49ada0463a125bd68a152105358 (patch) | |
| tree | 9847291d35171d17aeae61d7739a45105fecbf27 /lib/regex.c | |
| parent | [!STDC_HEADERS && HAVE_MEMORY_H]: Include memory.h. (diff) | |
| download | coreutils-4fb3e0f061fbb49ada0463a125bd68a152105358.tar.gz coreutils-4fb3e0f061fbb49ada0463a125bd68a152105358.zip | |
merge with 1.11.4a
Diffstat (limited to 'lib/regex.c')
| -rw-r--r-- | lib/regex.c | 2 |
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', |
