]> granicus.if.org Git - flex/commitdiff
annotate endifs since they're a bit far from their opening #if statements
authorWill Estes <wlestes@users.sourceforge.net>
Fri, 13 Apr 2007 17:24:46 +0000 (17:24 +0000)
committerWill Estes <wlestes@users.sourceforge.net>
Fri, 13 Apr 2007 17:24:46 +0000 (17:24 +0000)
FlexLexer.h

index d16f367f8dd95fa1fe6bad335bf301ceb6cb9807..bad4ce03fb65bdcec983d91b7de3fa1265515170 100644 (file)
@@ -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
+