From: Brendan Kehoe Date: Fri, 10 Mar 1995 02:59:06 +0000 (+0000) Subject: * sysdeps/alpha/divrem.m4: Undefine `ret' to avoid the definition X-Git-Tag: glibc-2.16-ports-before-merge~3937 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b96aa40f8887fe6fb3158928db6ff658e2a06e9;p=thirdparty%2Fglibc.git * sysdeps/alpha/divrem.m4: Undefine `ret' to avoid the definition that's used inside the alpha sysdep.h. --- diff --git a/sysdeps/alpha/divrem.m4 b/sysdeps/alpha/divrem.m4 index 5942cf447f3..d2f36383cbe 100644 --- a/sysdeps/alpha/divrem.m4 +++ b/sysdeps/alpha/divrem.m4 @@ -14,6 +14,9 @@ #endif #include +/* Avoid the definition of ret that we set in the alpha sysdep.h. */ +#undef ret + define(path, `SYSDEP_DIR/macros.m4')dnl include(path)