Re: expected declaration specifiers or ... before ( token

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Manfred,

I think this will rectify the problem:

#define _C2(func,args) func args

The problem is that the ## preprocessor operator binds two partial
identifiers into one whole identifier.  The parameters specified are not two
partial identifiers (identifier fragments), hence is an error when ##'d
together.

HTH,
--Eljay


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux