Example: Comments within Comments Cause Problems on Different Servers
This example shows that comments within comments can cause problem on different servers:
/********************************************************************** C Comments within Comments Causing Server Build Errors and Warnings *********************************************************************/ /* SAR 1234567 Begin /* Populate the lpDS->OrderedPlacedBy value from the userID only in the ADD mode */ */ if ( lpDS->cHeaderActionCode == _J('1')) { if (IsStringBlank(lpDS->szOrderedPlacedBy)) { jdeStrcpy((JCHAR *)(lpDS->szOrderedPlacedBy), (const JCHAR *)(lpDS->szUserID)); }/* End of defaulting in the user id into the Order placed by /* if the later was left blank */ }/* SAR 1234567 End */