From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>

Marc G. Fournier <scrappy@hub.org>

Commit: 1af6b56427fa5afbca88849c428bc872d60ad941
Author: Marc G. Fournier <scrappy@hub.org>
Date: 1998-04-27T14:46:51Z
Releases: 7.1.1
From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>

        Ok, I have finally gotten all of the defines for Dec/Alpha and
Linux/Alpha sorted out as Marc asked. There is no longer any need for
'-Dalpha' or '-Dlinuxalpha' in either the Dec/Alpha or the Linux/Alpha
template files (./src/template/{alpha,linuxalpha}). I have replaced every
instance of 'alpha' or '__alpha__' with '__alpha', as that appears to be
the common symbol between C compilers on both operating systems (RH4.2 &
DecUnix 4.0b) for alpha.

Files

PathChange+/−
doc/Makefile modified +2 −2
src/backend/main/main.c modified +4 −4
src/backend/storage/buffer/s_lock.c modified +2 −2
src/backend/utils/adt/float.c modified +2 −2
src/include/port/linux.h modified +2 −2
src/include/storage/s_lock.h modified +4 −4
src/include/utils/memutils.h modified +2 −2
src/template/alpha modified +1 −1
src/template/linuxalpha modified +1 −1