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:
Paul Eggert 2025-12-09 13:03:15 -08:00
parent 88bf047d39
commit bc65fb7486

View file

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