* 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)
        that's used inside the alpha sysdep.h.

sysdeps/alpha/divrem.m4

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)