| [News.eclipse.dsdp.mtj] Preprocessor question: defined value substitution |
Hi. I'm am trying to do something that I supposed that the preprocessor would do, but I am not sure if this behaviour is implemented.
I know the code would seem dumb, but is just for making the post short.
//#define ROWS = 10
int Rows = ROWS
It gives me errors because ROWS is not defined.
Regards.
David Lucena.