mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
More work in the right direction on linux/alpha
From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user