=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/flex.skl,v retrieving revision 1.10 retrieving revision 1.11 diff -c -r1.10 -r1.11 *** src/usr.bin/lex/flex.skl 2007/01/26 14:38:19 1.10 --- src/usr.bin/lex/flex.skl 2010/08/04 18:24:50 1.11 *************** *** 1,9 **** ! /* $OpenBSD: flex.skl,v 1.10 2007/01/26 14:38:19 tsi Exp $ */ /* A lexical scanner generated by flex */ /* Scanner skeleton version: ! * $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/flex.skl,v 1.10 2007/01/26 14:38:19 tsi Exp $ */ #define FLEX_SCANNER --- 1,9 ---- ! /* $OpenBSD: flex.skl,v 1.11 2010/08/04 18:24:50 millert Exp $ */ /* A lexical scanner generated by flex */ /* Scanner skeleton version: ! * $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/flex.skl,v 1.11 2010/08/04 18:24:50 millert Exp $ */ #define FLEX_SCANNER *************** *** 975,980 **** --- 975,981 ---- %- + #ifndef YY_NO_INPUT #ifdef __cplusplus static int yyinput() #else *************** *** 1050,1055 **** --- 1051,1059 ---- return c; } + %- + #endif /* ifndef YY_NO_INPUT */ + %* %-