8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 21:23:03 +01:00
This commit is contained in:
robocop 2008-01-20 08:01:57 +00:00
parent 24b23ebbf7
commit a85ac91620
2 changed files with 3 additions and 5 deletions

View File

@ -115,7 +115,7 @@ private:
bool init;
public:
#ifdef MIXED_SEMAPHORE_AND_FILE_HANDLE
static bool SignalSafeSemaphore::checkHandle(int n);
static bool checkHandle(int n);
#endif
SignalSafeSemaphore()
: init(false)

View File

@ -319,11 +319,9 @@ const SSHORT CLASS = CLASS_NETBSD_I386;
#ifdef DARWIN
#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