On 01/25/2016 11:45 PM, Patrick Palka wrote:
+/* This needs to be set to TRUE before the lexer-debugging infrastructure can + be used. The point of this flag is to help the compiler to fold away calls + to cp_lexer_debugging_p within this source file at compile time, when the + lexer is not being debugged. */ + +#define LEXER_DEBUGGING_ENABLED_P false
I wonder about using an existing flag, such as CHECKING_P, but I guess this is OK too.
Jason