From: Vincent Pit Date: Sat, 7 Mar 2009 21:11:55 +0000 (+0100) Subject: Fix building with Solaris CC X-Git-Tag: rt44204~4 X-Git-Url: http://git.vpit.fr/?a=commitdiff_plain;h=cd6c4556ac24d07bb96ec65c3c3d5cdfa1850219;p=perl%2Fmodules%2FScope-Upper.git Fix building with Solaris CC --- diff --git a/Upper.xs b/Upper.xs index 2ebee08..afb1275 100644 --- a/Upper.xs +++ b/Upper.xs @@ -729,7 +729,9 @@ CLONE(...) PROTOTYPE: DISABLE CODE: PERL_UNUSED_VAR(items); - MY_CXT_CLONE; + { + MY_CXT_CLONE; + } #endif /* SU_THREADSAFE */