diff options
Diffstat (limited to 'sysdeps/alpha/reml.S')
-rw-r--r-- | sysdeps/alpha/reml.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/alpha/reml.S b/sysdeps/alpha/reml.S index 2ece297f09..95896fb831 100644 --- a/sysdeps/alpha/reml.S +++ b/sysdeps/alpha/reml.S @@ -15,6 +15,9 @@ #endif #include <sysdep.h> +/* Avoid the definition of ret that we set in the alpha sysdep.h. */ +#undef ret + |