diff options
| author | Paul Eggert | 2025-12-09 13:03:15 -0800 |
|---|---|---|
| committer | Paul Eggert | 2025-12-09 13:27:28 -0800 |
| commit | bc65fb74865483c33a30bf5641686d7bc2b7d04b (patch) | |
| tree | a85602eb1e7b300dc307bc0db9bbb486caefccea /src | |
| parent | 88bf047d39838393cd16f231e721c8b548a50f42 (diff) | |
| download | emacs-bc65fb74865483c33a30bf5641686d7bc2b7d04b.tar.gz emacs-bc65fb74865483c33a30bf5641686d7bc2b7d04b.zip | |
Remove no-longer needed MALLOC_0_IS_NONNULL macro.
* src/conf_post.h (MALLOC_0_IS_NONNULL): Remove.
Gnulib no longer needs this.
Diffstat (limited to 'src')
| -rw-r--r-- | src/conf_post.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/conf_post.h b/src/conf_post.h index 99400d76210..4a1a64c59fe 100644 --- a/src/conf_post.h +++ b/src/conf_post.h | |||
| @@ -145,8 +145,6 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */ | |||
| 145 | /* Needed by lib/lchmod.c. */ | 145 | /* Needed by lib/lchmod.c. */ |
| 146 | #define EOPNOTSUPP EINVAL | 146 | #define EOPNOTSUPP EINVAL |
| 147 | 147 | ||
| 148 | #define MALLOC_0_IS_NONNULL 1 | ||
| 149 | |||
| 150 | /* We must intercept 'opendir' calls to stash away the directory name, | 148 | /* We must intercept 'opendir' calls to stash away the directory name, |
| 151 | so we could reuse it in readlinkat; see msdos.c. */ | 149 | so we could reuse it in readlinkat; see msdos.c. */ |
| 152 | #define opendir sys_opendir | 150 | #define opendir sys_opendir |