|
From: Paul B. <pau...@us...> - 2008-02-06 14:58:42
|
Build Version : T2.5.0.18269 Firebird 2.5 Unstable (writeBuildNum.sh,v 1.18429 2008/02/06 14:58:41 paulbeach E ) Update of /cvsroot/firebird/firebird2/src/jrd In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv31891/src/jrd Modified Files: Tag: B2_1_Release pag.cpp Log Message: Minor modifications for MacOS 64bit builds Index: pag.cpp =================================================================== RCS file: /cvsroot/firebird/firebird2/src/jrd/pag.cpp,v retrieving revision 1.155.2.5 retrieving revision 1.155.2.6 diff -b -U3 -r1.155.2.5 -r1.155.2.6 --- pag.cpp 20 Jan 2008 08:01:53 -0000 1.155.2.5 +++ pag.cpp 6 Feb 2008 14:58:40 -0000 1.155.2.6 @@ -319,9 +319,9 @@ #ifdef DARWIN #if defined(i386) const SSHORT CLASS = CLASS_DARWIN_I386; -#elif defined DARWIN64 +#elif defined(DARWIN64) const SSHORT CLASS = CLASS_DARWIN_X64; -#elif defined powerpc +#elif defined(powerpc) const SSHORT CLASS = CLASS_DARWIN_PPC; #endif #endif // DARWIN |