=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/misc.c,v retrieving revision 1.19 retrieving revision 1.20 diff -c -r1.19 -r1.20 *** src/usr.bin/lex/misc.c 2015/11/19 23:34:56 1.19 --- src/usr.bin/lex/misc.c 2022/12/26 19:16:01 1.20 *************** *** 1,4 **** ! /* $OpenBSD: misc.c,v 1.19 2015/11/19 23:34:56 mmcc Exp $ */ /* misc - miscellaneous flex routines */ --- 1,4 ---- ! /* $OpenBSD: misc.c,v 1.20 2022/12/26 19:16:01 jmc Exp $ */ /* misc - miscellaneous flex routines */ *************** *** 696,702 **** } ! /* out - various flavors of outputing a (possibly formatted) string for the * generated scanner, keeping track of the line count. */ --- 696,702 ---- } ! /* out - various flavors of outputting a (possibly formatted) string for the * generated scanner, keeping track of the line count. */