diff options
Diffstat (limited to 'sysdeps/alpha')
-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) |