=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/flexdef.h,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/lex/flexdef.h 2015/11/19 23:48:06 1.15 --- src/usr.bin/lex/flexdef.h 2022/12/26 19:16:01 1.16 *************** *** 1,4 **** ! /* $OpenBSD: flexdef.h,v 1.15 2015/11/19 23:48:06 tedu Exp $ */ /* flexdef - definitions file for flex */ --- 1,4 ---- ! /* $OpenBSD: flexdef.h,v 1.16 2022/12/26 19:16:01 jmc Exp $ */ /* flexdef - definitions file for flex */ *************** *** 882,888 **** /* Mark the current position in the action array as the end of the prolog. */ extern void mark_prolog PROTO ((void)); ! /* Generate a data statment for a two-dimensional array. */ extern void mk2data PROTO ((int)); extern void mkdata PROTO ((int)); /* generate a data statement */ --- 882,888 ---- /* Mark the current position in the action array as the end of the prolog. */ extern void mark_prolog PROTO ((void)); ! /* Generate a data statement for a two-dimensional array. */ extern void mk2data PROTO ((int)); extern void mkdata PROTO ((int)); /* generate a data statement */