Hi, Just one comment:
> - /// When this is set to 2 it returns comments and whitespace. When set to > 1 > - /// it returns comments, when it is set to 0 it returns normal tokens only. > + /// When this is set to 3 it returns comments and whitespace. When set to 2 > + /// it returns comments. When set to 1 it call the PP callback on comment > but > + /// only return normal tokens. When it is set to 0 it returns normal tokens > + /// only. > unsigned char ExtendedTokenMode; > How about an enum for that? Sebastian _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
