From dddab6919003d249714b14da53435f88811e21ac Mon Sep 17 00:00:00 2001 From: paulbeach Date: Wed, 6 Feb 2008 14:59:08 +0000 Subject: [PATCH] Minor modifications for MacOS 64bit builds --- src/jrd/pag.cpp | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/jrd/pag.cpp b/src/jrd/pag.cpp index e84c0c9992..04a3c0bead 100644 --- a/src/jrd/pag.cpp +++ b/src/jrd/pag.cpp @@ -309,16 +309,15 @@ const SSHORT CLASS = CLASS_NETBSD_I386; #endif #ifdef DARWIN -#ifdef i386 +#if defined(i386) const SSHORT CLASS = CLASS_DARWIN_I386; -#endif -#ifdef DARWIN64 +#elif defined(DARWIN64) const SSHORT CLASS = CLASS_DARWIN_X64; -#endif -#ifdef powerpc +#elif defined(powerpc) const SSHORT CLASS = CLASS_DARWIN_PPC; #endif -#endif // DARWIN +#endif // DARWIN + static const char* const SCRATCH = "fb_table_"; static const int MIN_EXTEND_BYTES = 128 * 1024; // 128KB