Fix MSVC build error C4702: unreachable code

This commit is contained in:
Fish (David B. Trout)
2015-01-25 16:38:56 -08:00
parent e4675088c6
commit 04cbb443da

View File

@@ -533,8 +533,8 @@ int shell_flg = FALSE; /* indicate it is has a shell
} /* end for(scount) (end of configuration file statement loop) */
#if defined(ENABLE_OBJECT_REXX) || defined(ENABLE_REGINA_REXX)
rexx_done:
#endif
#if !defined( ENABLE_CONFIG_INCLUDE )
/* close configuration file */
@@ -545,6 +545,9 @@ rexx_done:
sysblk.msglvl = DEFAULT_MLVL;
return errorcount;
#endif // defined(ENABLE_OBJECT_REXX) || defined(ENABLE_REGINA_REXX)
} /* end function process_config */