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:
parent
e336874bf4
commit
075f06eca3
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue