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. --- tests/cleanup3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/cleanup3.c') diff --git a/tests/cleanup3.c b/tests/cleanup3.c index 2d44f79..c98dd62 100644 --- a/tests/cleanup3.c +++ b/tests/cleanup3.c @@ -115,7 +115,7 @@ mythread(void * arg) pthread_cleanup_pop(0); #ifdef _MSC_VER -#pragma inline_depth(8) +#pragma inline_depth() #endif return (void *) result; -- cgit v1.2.3