This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Variadic macros in CCS 3.3

I can't get something like the following to work in CCS 3.3:

#define P(...)   printf(va_alist)

The compiler gives an "expected an identifier" error, pointing to the ellipsis.

Is there any way to make it work?