This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: preprocessor/9513: warning: pasting "Tau2A" and ")" does not give a valid preprocessing token


Synopsis: warning: pasting "Tau2A" and ")" does not give a valid preprocessing token

State-Changed-From-To: open->closed
State-Changed-By: cae
State-Changed-When: Sun Feb  2 09:31:21 2003
State-Changed-Why:
    The warning is perfectly legal. The result of a ## operator must be a
    valid preprocessor token. You are trying to paste the string tau2 with
    a closing parenthesis and the result isn't a preprocessor token. Remove
    the ## operator after *a to get rid of the warning.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=9513


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]