8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 18:03:04 +01:00

fixed preprocessor directive - thanks to Claudio

This commit is contained in:
alexpeshkoff 2008-12-11 10:45:02 +00:00
parent 74bc09e779
commit cfed9477fb

View File

@ -139,7 +139,7 @@ public:
}
};
#if !(defined(DARWIN) | defined(HPUX))
#if !(defined(DARWIN) || defined(HPUX))
class Spinlock {
private:
pthread_spinlock_t spinlock;