commit 2025-10-09 12:44 edit a bit ZCppMain/ZMainHead.H

This commit is contained in:
2025-10-09 12:44:46 +09:00
parent 22acd30baa
commit dd753905c8

View File

@ -3726,10 +3726,8 @@ namespace ZNsMain
TypeLength VL_CurrentPos=0;
for(; VL_PeriodPos<ARRI_Length; ++VL_PeriodPos)
{
if( *VPC_StartChar++ =='.' ) break;
}
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
{ if( *VPC_StartChar++ =='.' ) break; }
/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
// 마침표가 없거나, 맨 앞에 오거나 맨 끝에 오는 경우도 유효하지 않다.