In a macro declaration like:
#define WAIT_SPI2_TRANSMISSON_END() {while ((SPI2_SR & SPI_SR_TXCTR_MASK) != 0) {\\ if(
This means that the define statement goes over more than one line.