mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Remove no-longer needed MALLOC_0_IS_NONNULL macro.
* src/conf_post.h (MALLOC_0_IS_NONNULL): Remove. Gnulib no longer needs this.
This commit is contained in:
parent
88bf047d39
commit
bc65fb7486
1 changed files with 0 additions and 2 deletions
|
|
@ -145,8 +145,6 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
|
|||
/* Needed by lib/lchmod.c. */
|
||||
#define EOPNOTSUPP EINVAL
|
||||
|
||||
#define MALLOC_0_IS_NONNULL 1
|
||||
|
||||
/* We must intercept 'opendir' calls to stash away the directory name,
|
||||
so we could reuse it in readlinkat; see msdos.c. */
|
||||
#define opendir sys_opendir
|
||||
|
|
|
|||
Loading…
Reference in a new issue