mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Update from Gnulib by running admin/merge-gnulib
This commit is contained in:
parent
c9af2fab92
commit
08550d058f
14 changed files with 173 additions and 36 deletions
|
|
@ -216,6 +216,23 @@ _GL_WARN_ON_USE (_Exit, "_Exit is unportable - "
|
|||
#endif
|
||||
|
||||
|
||||
#if @GNULIB_ABORT_DEBUG@
|
||||
# if @REPLACE_ABORT@
|
||||
# if !(defined __cplusplus && defined GNULIB_NAMESPACE)
|
||||
# undef abort
|
||||
# define abort rpl_abort
|
||||
# endif
|
||||
_GL_FUNCDECL_RPL (abort, _Noreturn void, (void));
|
||||
_GL_CXXALIAS_RPL (abort, void, (void));
|
||||
# else
|
||||
_GL_CXXALIAS_SYS (abort, void, (void));
|
||||
# endif
|
||||
# if __GLIBC__ >= 2
|
||||
_GL_CXXALIASWARN (abort);
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
#if @GNULIB_FREE_POSIX@
|
||||
# if @REPLACE_FREE@
|
||||
# if !(defined __cplusplus && defined GNULIB_NAMESPACE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue