Question:
The following warning is output when the function is compiled.
COMPILE : warning C4005: 'issepar' : macro redefinition c:\TMCDTA\Gen\MSTEA803.CPP - Line 501
Please tell me the reason for this warning.
Answer:
This warning is output when the macro identifier is defined twice.
Make sure that 'issepar' is not defined twice in the action diagram.
"COMPILE : warning C4005: 'issepar' : macro redefinition"