* sysdeps/alpha/divrem.m4: Undefine `ret' to avoid the definition

that's used inside the alpha sysdep.h.
This commit is contained in:
Brendan Kehoe 1995-03-10 02:59:06 +00:00
parent 8c632b258d
commit 3b96aa40f8

View file

@ -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)