The example that I am looking at is like this:
#define CONTROL_MEM_SIZE ((CONTROL_ITEM_SIZE * CONTROL_QUEUE_SIZE) + \\ portQ
\
It tells the preprocessor to ignore the newline and consider the following line as part of this one.
Compare to the VBScript _ line continuation character.