=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/main.c,v retrieving revision 1.28 retrieving revision 1.29 diff -c -r1.28 -r1.29 *** src/usr.bin/lex/main.c 2021/06/23 02:53:44 1.28 --- src/usr.bin/lex/main.c 2022/12/26 19:16:01 1.29 *************** *** 1,4 **** ! /* $OpenBSD: main.c,v 1.28 2021/06/23 02:53:44 deraadt Exp $ */ /* flex - tool to generate fast lexical analyzers */ --- 1,4 ---- ! /* $OpenBSD: main.c,v 1.29 2022/12/26 19:16:01 jmc Exp $ */ /* flex - tool to generate fast lexical analyzers */ *************** *** 1443,1449 **** flexend(1); /* ! * If the user explicitly requested posix compatibility by specifing * the posix-compat option, then we check for conflicting options. * However, if the POSIXLY_CORRECT variable is set, then we quietly * make flex as posix-compatible as possible. This is the --- 1443,1449 ---- flexend(1); /* ! * If the user explicitly requested posix compatibility by specifying * the posix-compat option, then we check for conflicting options. * However, if the POSIXLY_CORRECT variable is set, then we quietly * make flex as posix-compatible as possible. This is the