Top "C-preprocessor" questions

A textual macro processor applied before compiling C and C++ language programs.

Can I append to a preprocessor macro?

Is there any way in standard C—or with GNU extensions—to append stuff to a macro definition? E.g., …

c macros c-preprocessor boost-preprocessor x-macros