summaryrefslogtreecommitdiff
path: root/sysdeps/alpha
diff options
context:
space:
mode:
authorBrendan Kehoe <brendan@zen.org>1995-03-10 02:59:06 +0000
committerBrendan Kehoe <brendan@zen.org>1995-03-10 02:59:06 +0000
commit06c48879d8a1f0eeb18edbdeddbc86fe1b263dee (patch)
tree2a8f87a1633af9c1b0bda1189c2995846c633d27 /sysdeps/alpha
parenteded85e01ed04ad48b743fd84ffb3e480c8fa4a7 (diff)
* 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.
Diffstat (limited to 'sysdeps/alpha')
-rw-r--r--sysdeps/alpha/divrem.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/alpha/divrem.m4 b/sysdeps/alpha/divrem.m4
index 5942cf447f..d2f36383cb 100644
--- a/sysdeps/alpha/divrem.m4
+++ b/sysdeps/alpha/divrem.m4
@@ -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)