From d432fab8dc7bcaa47e59c41ce3e94f88380b80a2 Mon Sep 17 00:00:00 2001 From: rpj Date: Sun, 3 Feb 2002 22:50:19 +0000 Subject: Change #pragma inline_depth(8) to use empty () for default value. --- rwlock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rwlock.c') diff --git a/rwlock.c b/rwlock.c index 4993693..cee072a 100644 --- a/rwlock.c +++ b/rwlock.c @@ -632,7 +632,7 @@ pthread_rwlock_wrlock(pthread_rwlock_t * rwlock) pthread_cleanup_pop ((result != 0) ? 1 : 0); #ifdef _MSC_VER -#pragma inline_depth(8) +#pragma inline_depth() #endif if (result == 0) -- cgit v1.2.3