From 4fb2bbb32b27d26f3fcadd12ac6a89b47c5858de Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Tue, 12 Oct 2004 03:34:01 +0000 Subject: r2924: Another #if that should be an #ifdef. (This used to be commit b6193f6d52a148c05b6b7cc33553f3b8ff94b64e) --- source3/tdb/spinlock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/tdb') diff --git a/source3/tdb/spinlock.c b/source3/tdb/spinlock.c index 24c4371dec..a487ee2a10 100644 --- a/source3/tdb/spinlock.c +++ b/source3/tdb/spinlock.c @@ -27,7 +27,7 @@ #include #endif -#if STANDALONE +#ifdef STANDALONE #include #include #include @@ -157,7 +157,7 @@ static inline int __spin_is_locked(spinlock_t *lock) * "sgi" and "_COMPILER_VERSION" are always defined by MIPSPro. */ -#if defined(STANDALONE) +#ifdef STANDALONE /* MIPSPro 7.3 has "__inline" as an extension, but not "inline. */ #define inline __inline -- cgit