1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 12:20:39 -08:00

(NULL): Use explicit cast.

This commit is contained in:
Karl Heuer 1995-05-26 22:35:10 +00:00
parent e336874bf4
commit 075f06eca3

View file

@ -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',