RE: Whats is the operator ##

2009-10-28 Thread Bernd Petrovitsch
On Wed, 2009-10-28 at 14:02 +0530, Rajat Jain wrote: > Concatenation. > > The C Programming Language. To be more precise: look for it in the preprocessor description [ Fullquote about "##" delted ] Please don't fullquote. It's plain simply bad email style (because it make mails unreadable).

RE: Whats is the operator ##

2009-10-28 Thread Rajat Jain
Concatenation. The C Programming Language. Original Message From: kernelnewbies-bou...@nl.linux.org [mailto:kernelnewbies-bou...@nl.linux.org] On Behalf Of Shameem Ahamed Sent: Wednesday, October 28, 2009 1:41 PM To: kernelnewbies@nl.linux.org Subject: Whats is the operator ## > Hi Frie

Re: Whats is the operator ##

2009-10-28 Thread Xiangfu Liu
Shameem Ahamed wrote: > Hi Friends, > > I found the below macro definition in include/linux/const.h > > #define _AC(X,Y) (X##Y) > > > What exactly this means, as far as i know there is no operator by the symbol > ## > > Can anyone please help me ?. it's only use in #define "##" means connec