mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
* sysdeps/alpha/divrem.m4: Undefine `ret' to avoid the definition that's used inside the alpha sysdep.h.
* sysdeps/alpha/divrem.m4: Undefine `ret' to avoid the definition that's used inside the alpha sysdep.h.
This commit is contained in:
parent
eded85e01e
commit
06c48879d8
@ -1,5 +1,8 @@
|
||||
Thu Mar 9 17:16:53 1995 Brendan Kehoe (brendan@zen.org)
|
||||
|
||||
* sysdeps/alpha/divrem.m4: Undefine `ret' to avoid the definition
|
||||
that's used inside the alpha sysdep.h.
|
||||
|
||||
* sysdeps/alpha/__longjmp.c (__longjmp): Remove obsolete __NORETURN
|
||||
keyword.
|
||||
* sysdeps/alpha/__math.h (__copysign): Remove obsolete __CONSTVALUE.
|
||||
|
@ -14,6 +14,9 @@
|
||||
#endif
|
||||
#include <sysdep.h>
|
||||
|
||||
/* Avoid the definition of ret that we set in the alpha sysdep.h. */
|
||||
#undef ret
|
||||
|
||||
define(path, `SYSDEP_DIR/macros.m4')dnl
|
||||
include(path)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user