* sysdeps/alpha/divrem.m4: Undefine `ret' to avoid the definition ...
authorBrendan Kehoe <brendan@zen.org>
Fri, 10 Mar 1995 02:59:06 +0000 (02:59 +0000)
committerBrendan Kehoe <brendan@zen.org>
Fri, 10 Mar 1995 02:59:06 +0000 (02:59 +0000)
* sysdeps/alpha/divrem.m4: Undefine `ret' to avoid the definition
that's used inside the alpha sysdep.h.

ChangeLog
sysdeps/alpha/divrem.m4

index 81c0273..6bebbdf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 5942cf4..d2f3638 100644 (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)