This is the mail archive of the gcc@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]

pasting would not give a valid preprocessing token


../../include/sc_string.h:120:18: warning: pasting would not give a valid preprocessing token

What does this mean?
Here's the offending code:

#define DECL_RELOP(op) \
    bool operator ## op( const char* s ) const; \
    bool operator ## op( const sc_string& s ) const

    DECL_RELOP(==);
    ...

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