summaryrefslogtreecommitdiff
path: root/FlexLexer.h
diff options
context:
space:
mode:
authorwlestes <wlestes>2007-04-13 17:24:46 +0000
committerwlestes <wlestes>2007-04-13 17:24:46 +0000
commitfc673438719c465931d263e5863c97d36ec3be19 (patch)
tree4c77845ad197a6eb8c3d899377c4858cd256e8de /FlexLexer.h
parent03b654824aa6db2aebf48da328b02eb01fe62427 (diff)
downloadflex-fc673438719c465931d263e5863c97d36ec3be19.tar.gz
annotate endifs since they're a bit far from their opening #if statements
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
+