mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-27 07:20:11 +00:00
* sysdeps/alpha/divrem.m4: Undefine `ret' to avoid the definition
that's used inside the alpha sysdep.h.
This commit is contained in:
parent
8c632b258d
commit
3b96aa40f8
@ -14,6 +14,9 @@
|
|||||||
#endif
|
#endif
|
||||||
#include <sysdep.h>
|
#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
|
define(path, `SYSDEP_DIR/macros.m4')dnl
|
||||||
include(path)
|
include(path)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user