=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/flexdef.h,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/usr.bin/lex/flexdef.h 2015/11/19 22:58:59 1.10 --- src/usr.bin/lex/flexdef.h 2015/11/19 23:04:51 1.11 *************** *** 1,4 **** ! /* $OpenBSD: flexdef.h,v 1.10 2015/11/19 22:58:59 tedu Exp $ */ /* flexdef - definitions file for flex */ --- 1,4 ---- ! /* $OpenBSD: flexdef.h,v 1.11 2015/11/19 23:04:51 tedu Exp $ */ /* flexdef - definitions file for flex */ *************** *** 951,960 **** /* Only needed when using certain broken versions of bison to build parse.c. */ extern void *yy_flex_xmalloc PROTO ((int)); - - /* Set a region of memory to 0. */ - extern void zero_out PROTO ((char *, size_t)); - /* from file nfa.c */ --- 951,956 ----