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]

[Bug preprocessor/35610] Pasting "foo" and "(" does not give a valid preprocessing token



------- Comment #4 from pinskia at gcc dot gnu dot org  2008-03-16 23:06 -------
(In reply to comment #3)
> When i can understand which token is valid then?

By reading the C/C++ standards :).  But basically in this case foo and ( are
two different tokens.  Examples of valid tokens: "->", "foo", ".", ",", etc.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35610


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