On Mon, Jan 07, 2008 at 06:29:43PM +0300, Alexander Voropay wrote:
>  It seems, GCC 3.4.6 preprocessor supports ## concatenations
> incorrectly. I've took ENTRY definition from the "sysdeps.h" of the
> ia64/sysdeps.h   It works.

name##: is incorrect.  ## is supposed to be used between parts of a
single pp-token; ":" is a token all by itself.

-- 
Daniel Jacobowitz
CodeSourcery
_______________________________________________
uClibc mailing list
uClibc@uclibc.org
http://busybox.net/cgi-bin/mailman/listinfo/uclibc

Reply via email to