From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>
Marc G. Fournier <scrappy@hub.org>
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
| Path | Change | +/− |
|---|---|---|
| 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 |