We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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 :)