Quote:
Code:
#define x \
10


Should work fine. Is there any whitespace after the backslash? If you're using a Unix gcc, that may include CR.

Peter