OSDN Git Service

From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>
authorMarc G. Fournier <scrappy@hub.org>
Mon, 27 Apr 1998 14:46:51 +0000 (14:46 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Mon, 27 Apr 1998 14:46:51 +0000 (14:46 +0000)
commit1af6b56427fa5afbca88849c428bc872d60ad941
tree35a932fdbf42f5e912d7aef7927b4ec9aeeadd57
parent718430ea4019db3bcb36b51b44e08a1b2163eae8
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.
doc/Makefile
src/backend/main/main.c
src/backend/storage/buffer/s_lock.c
src/backend/utils/adt/float.c
src/include/port/linux.h
src/include/storage/s_lock.h
src/include/utils/memutils.h
src/template/alpha
src/template/linuxalpha