diff options
author | rpj <rpj> | 2002-02-03 22:50:19 +0000 |
---|---|---|
committer | rpj <rpj> | 2002-02-03 22:50:19 +0000 |
commit | d432fab8dc7bcaa47e59c41ce3e94f88380b80a2 (patch) | |
tree | 765197a3f6a65f6f80113652d25e508690f5ca83 /tests/cleanup0.c | |
parent | 4a72430d821b96add23846980d07f5a01059029d (diff) |
Change #pragma inline_depth(8) to use empty () for default value.
Diffstat (limited to 'tests/cleanup0.c')
-rw-r--r-- | tests/cleanup0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cleanup0.c b/tests/cleanup0.c index 9cd9c5c..a237be4 100644 --- a/tests/cleanup0.c +++ b/tests/cleanup0.c @@ -118,7 +118,7 @@ mythread(void * arg) pthread_cleanup_pop(1); #ifdef _MSC_VER -#pragma inline_depth(8) +#pragma inline_depth() #endif return (void *) result; |