#define FRED blah     /* This comment is OK */

#define STUFF fleeble /* This comment is dodgy,
                         because the termination is on a different line!
                         Therefore the #define contains 
                         an unterminated comment!
                       */