hi to all i write a program in keil and when build it shows following error
ACTION:PARSING SOURCE FILE ERROR:PREPROCESSOR:MACROS TOO NESTED C51 Terminated
can anyone tell me whats mean it and how to remove this error its very urgent please reply me because for other programs it showing same error i cant do anything.
You are nesting your macros too deeply.
To remove the error just reduce the nesting of the macros and thus reduce the depth.
Job jobbed :)