]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't use ## to concatinate to two things that don't together make a C token.
authorobrien <obrien@FreeBSD.org>
Mon, 2 Jun 2003 02:41:38 +0000 (02:41 +0000)
committerobrien <obrien@FreeBSD.org>
Mon, 2 Jun 2003 02:41:38 +0000 (02:41 +0000)
commit384a0a2f51046d30998ea6927b528f702dac45ea
tree6451101e749013781f2a734401124f883f639c27
parentbfafa48e01d906b20e59864014f4f724cdfd32e3
Don't use ## to concatinate to two things that don't together make a C token.
Two tokens that don't together form a vaid preprocssor token cannot be
pasted together using ANSI-C token concatinatation.  GCC 3.2's cpp, at least,
produces the desired result w/o using "##".
sys/i386/include/asm.h