tinycc-devel
[Top][All Lists]
Advanced

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

[Tinycc-devel] operator ## prob.


From: s duclos
Subject: [Tinycc-devel] operator ## prob.
Date: Sun, 1 Sep 2002 14:43:12 -0700 (PDT)

Salut Fabrice,

There is a macro substitution problem in TCC 0.9.11:

// test2.c
#define T(n) n##2
f(int p){}
main(){ f(T(1));}


tcc -o test2.o -c test2.c
test2.c:4: ',' or ')' expected
make: *** [t2] Error 1


Thanks,

Sylvain.

__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]