Top "X-macros" questions

Using macros to use the same tokens in multiple ways.

Real-world use of X-Macros

I just learned of X-Macros. What real-world uses of X-Macros have you seen? When are they the right tool for …

c macros c-preprocessor x-macros
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