summaryrefslogtreecommitdiff
path: root/usr.bin/lex/FlexLexer.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1996-07-13 22:22:16 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1996-07-13 22:22:16 +0000
commit27c2321b81de20dfac8255492e25ca25b66c6c3b (patch)
tree041166275a399c2726a206cb11fc75b80c93f5cf /usr.bin/lex/FlexLexer.h
parent255511a5b9a50bb24fde91470b8db1d6a7cd05d2 (diff)
updated to flex 2.5.3
Diffstat (limited to 'usr.bin/lex/FlexLexer.h')
-rw-r--r--usr.bin/lex/FlexLexer.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/lex/FlexLexer.h b/usr.bin/lex/FlexLexer.h
index a47a45ab55c..d61c88d8c16 100644
--- a/usr.bin/lex/FlexLexer.h
+++ b/usr.bin/lex/FlexLexer.h
@@ -1,6 +1,6 @@
-/* $OpenBSD: FlexLexer.h,v 1.2 1996/06/26 05:35:27 deraadt Exp $ */
+/* $OpenBSD: FlexLexer.h,v 1.3 1996/07/13 22:21:55 millert Exp $ */
-// $Header: /cvs/OpenBSD/src/usr.bin/lex/FlexLexer.h,v 1.2 1996/06/26 05:35:27 deraadt Exp $
+// $Header: /cvs/OpenBSD/src/usr.bin/lex/FlexLexer.h,v 1.3 1996/07/13 22:21:55 millert Exp $
// FlexLexer.h -- define interfaces for lexical analyzer classes generated
// by flex
@@ -180,6 +180,8 @@ protected:
int yy_more_flag;
int yy_more_len;
+ int yy_more_offset;
+ int yy_prev_more_offset;
};
#endif