diff options
| author | Paul Eggert | 2024-05-18 19:12:55 -0700 |
|---|---|---|
| committer | Paul Eggert | 2024-05-19 08:58:14 -0700 |
| commit | c07160b8df4e9f795dd73f08a3399ccef465c898 (patch) | |
| tree | 1c3b3eddbb19ef67bc0db000e2acf6aca6ac47d4 /lib/stdlib.in.h | |
| parent | 370a386633b081107d30a00463dd0fe8d81b7e0f (diff) | |
| download | emacs-c07160b8df4e9f795dd73f08a3399ccef465c898.tar.gz emacs-c07160b8df4e9f795dd73f08a3399ccef465c898.zip | |
Update from Gnulib by running admin/merge-gnulib
Diffstat (limited to 'lib/stdlib.in.h')
| -rw-r--r-- | lib/stdlib.in.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/stdlib.in.h b/lib/stdlib.in.h index 1888d3ee314..ef9fde30eb2 100644 --- a/lib/stdlib.in.h +++ b/lib/stdlib.in.h | |||
| @@ -231,6 +231,14 @@ _GL_CXXALIAS_SYS (abort, void, (void)); | |||
| 231 | _GL_CXXALIASWARN (abort); | 231 | _GL_CXXALIASWARN (abort); |
| 232 | # endif | 232 | # endif |
| 233 | #endif | 233 | #endif |
| 234 | #if @GNULIB_ABORT_DEBUG@ && @REPLACE_ABORT@ | ||
| 235 | _GL_EXTERN_C void _gl_pre_abort (void); | ||
| 236 | #else | ||
| 237 | # if !GNULIB_defined_gl_pre_abort | ||
| 238 | # define _gl_pre_abort() /* nothing */ | ||
| 239 | # define GNULIB_defined_gl_pre_abort 1 | ||
| 240 | # endif | ||
| 241 | #endif | ||
| 234 | 242 | ||
| 235 | 243 | ||
| 236 | #if @GNULIB_FREE_POSIX@ | 244 | #if @GNULIB_FREE_POSIX@ |