From 07e3fb08bea02b5fa84b8a55865c2f5c859acc0d Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Sun, 12 Apr 1998 02:58:22 +0000 Subject: More work in the right direction on linux/alpha From: Ryan Kirkpatrick --- src/include/utils/memutils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/utils/memutils.h') diff --git a/src/include/utils/memutils.h b/src/include/utils/memutils.h index fdfde10ffe8..aaec736914e 100644 --- a/src/include/utils/memutils.h +++ b/src/include/utils/memutils.h @@ -15,7 +15,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: memutils.h,v 1.14 1998/02/26 04:44:08 momjian Exp $ + * $Id: memutils.h,v 1.15 1998/04/12 02:58:22 scrappy Exp $ * * NOTES * some of the information in this file will be moved to @@ -67,7 +67,7 @@ s...) */ #if defined(sun) && ! defined(sparc) #define LONGALIGN(LEN) SHORTALIGN(LEN) -#elif defined (alpha) || defined(linuxalpha) +#elif defined (alpha) /* * even though "long alignment" should really be on 8-byte boundaries for -- cgit v1.2.3