summaryrefslogtreecommitdiff
path: root/usr.bin/lex/parse.y
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/parse.y
parent255511a5b9a50bb24fde91470b8db1d6a7cd05d2 (diff)
updated to flex 2.5.3
Diffstat (limited to 'usr.bin/lex/parse.y')
-rw-r--r--usr.bin/lex/parse.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/lex/parse.y b/usr.bin/lex/parse.y
index 3321b97830d..cdbb9dcd806 100644
--- a/usr.bin/lex/parse.y
+++ b/usr.bin/lex/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.2 1996/06/26 05:35:40 deraadt Exp $ */
+/* $OpenBSD: parse.y,v 1.3 1996/07/13 22:22:12 millert Exp $ */
/* parse.y - parser for flex input */
@@ -35,7 +35,7 @@
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*/
-/* $Header: /cvs/OpenBSD/src/usr.bin/lex/parse.y,v 1.2 1996/06/26 05:35:40 deraadt Exp $ */
+/* $Header: /cvs/OpenBSD/src/usr.bin/lex/parse.y,v 1.3 1996/07/13 22:22:12 millert Exp $ */
/* Some versions of bison are broken in that they use alloca() but don't