diff options
author | Brendan Kehoe <brendan@zen.org> | 1995-03-10 02:59:06 +0000 |
---|---|---|
committer | Brendan Kehoe <brendan@zen.org> | 1995-03-10 02:59:06 +0000 |
commit | 06c48879d8a1f0eeb18edbdeddbc86fe1b263dee (patch) | |
tree | 2a8f87a1633af9c1b0bda1189c2995846c633d27 /sysdeps | |
parent | eded85e01ed04ad48b743fd84ffb3e480c8fa4a7 (diff) | |
download | glibc-06c48879d8a1f0eeb18edbdeddbc86fe1b263dee.tar.gz glibc-06c48879d8a1f0eeb18edbdeddbc86fe1b263dee.tar.xz glibc-06c48879d8a1f0eeb18edbdeddbc86fe1b263dee.zip |
* 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')
-rw-r--r-- | sysdeps/alpha/divrem.m4 | 3 |
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) |