Need info on C Macro

Paolo Bonzini bonzini@gnu.org
Mon Sep 20 09:07:00 GMT 2004


> 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



More information about the Gcc mailing list