> What operation does ## do in a C macro? See the cpp manual, "info cpp" will bring it to your box. Also, please post questions related to *usage* of gcc to gcc-help@gcc.gnu.org. > Or is it really allowed ? It is part of ISO C, but not of the original K&R C where you used /**/ to achieve the same result. Paolo