summaryrefslogtreecommitdiff
path: root/FlexLexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'FlexLexer.h')
-rw-r--r--FlexLexer.h7
1 files 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
+