From bf86176f501ae037f9c23f4754e0ac7d5a919962 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Fri, 13 Apr 2007 17:24:46 +0000 Subject: [PATCH] annotate endifs since they're a bit far from their opening #if statements --- FlexLexer.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/FlexLexer.h b/FlexLexer.h index d16f367..bad4ce0 100644 --- a/FlexLexer.h +++ b/FlexLexer.h @@ -99,12 +99,12 @@ protected: }; } -#endif +#endif // FLEXLEXER_H #if defined(yyFlexLexer) || ! defined(yyFlexLexerOnce) // Either this is the first time through (yyFlexLexerOnce not defined), // or this is a repeated include to define a different flavor of -// yyFlexLexer, as discussed in the flex man page. +// yyFlexLexer, as discussed in the flex manual. #define yyFlexLexerOnce extern "C++" { @@ -202,4 +202,5 @@ protected: } -#endif +#endif // yyFlexLexer || ! yyFlexLexerOnce + -- 2.40.0