This is the mail archive of the gcc-prs@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/7976: macro definition


Synopsis: macro definition

State-Changed-From-To: open->closed
State-Changed-By: neil
State-Changed-When: Thu Sep 19 06:11:22 2002
State-Changed-Why:
    Not a bug.  You have a ## in your macro definition that
    is being used to create a token from ")" and "l" by
    concatenation.  No such token exists.
    
    You can probably remove the ## in question.

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


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