Brace yourself from Craig Berry to keep older compilers happy.
Jarkko Hietaniemi [Thu, 25 Apr 2002 17:45:03 +0000 (17:45 +0000)]
p4raw-id: //depot/perl@16164

vms/vms.c

index 383b82d..d0605d2 100644 (file)
--- a/vms/vms.c
+++ b/vms/vms.c
@@ -2714,6 +2714,7 @@ Perl_my_waitpid(pTHX_ Pid_t pid, int *statusp, int flags)
 
 #endif /* defined(__CRTL_VER) && __CRTL_VER >= 70100322 */
 
+    {
       $DESCRIPTOR(intdsc,"0 00:00:01");
       unsigned long int ownercode = JPI$_OWNER, ownerpid;
       unsigned long int pidcode = JPI$_PID, mypid;
@@ -2774,7 +2775,7 @@ Perl_my_waitpid(pTHX_ Pid_t pid, int *statusp, int flags)
 
       _ckvmssts(sts);
       return pid;
-
+    }
 }  /* end of waitpid() */
 /*}}}*/
 /*}}}*/