aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/alpha.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/m/alpha.h')
-rw-r--r--src/m/alpha.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/m/alpha.h b/src/m/alpha.h
index ae8fd62d6f..5a0168417c 100644
--- a/src/m/alpha.h
+++ b/src/m/alpha.h
@@ -64,12 +64,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
termio and struct termios are mutually incompatible. */
#define NO_TERMIO
-#if defined (GNU_LINUX) || defined (__NetBSD__) || defined (__OpenBSD__)
-# ifndef __ELF__
-# define COFF
-# endif /* notdef __ELF__ */
-#endif
-
/* Many Alpha implementations (e.g. gas 2.8) can't handle DBL_MIN:
they generate code that uses a signaling NaN instead of DBL_MIN.
Define DBL_MIN_REPLACEMENT to be the next value larger than DBL_MIN: