# HG changeset patch # User Karl Heuer # Date 801527710 0 # Node ID 655dd1479452734d24de655c511a87e69b173d02 # Parent 00a37f7ba63c7fe2aa0452abdae167eb29e70aad (NULL): Use explicit cast. diff -r 00a37f7ba63c -r 655dd1479452 src/regex.c --- a/src/regex.c Fri May 26 22:10:20 1995 +0000 +++ b/src/regex.c Fri May 26 22:35:10 1995 +0000 @@ -183,7 +183,7 @@ #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',