=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/Attic/initscan.c,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/lex/Attic/initscan.c 1996/12/10 22:22:01 1.4 --- src/usr.bin/lex/Attic/initscan.c 1997/07/25 21:05:29 1.5 *************** *** 1,10 **** ! /* $OpenBSD: initscan.c,v 1.4 1996/12/10 22:22:01 millert Exp $ */ #line 2 "scan.c" /* A lexical scanner generated by flex */ /* Scanner skeleton version: ! * $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/Attic/initscan.c,v 1.4 1996/12/10 22:22:01 millert Exp $ */ #define FLEX_SCANNER --- 1,10 ---- ! /* $OpenBSD: initscan.c,v 1.5 1997/07/25 21:05:29 mickey Exp $ */ #line 2 "scan.c" /* A lexical scanner generated by flex */ /* Scanner skeleton version: ! * $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/Attic/initscan.c,v 1.5 1997/07/25 21:05:29 mickey Exp $ */ #define FLEX_SCANNER *************** *** 35,41 **** #else /* ! __cplusplus */ ! #if __STDC__ #define YY_USE_PROTOS #define YY_USE_CONST --- 35,41 ---- #else /* ! __cplusplus */ ! #ifdef __STDC__ #define YY_USE_PROTOS #define YY_USE_CONST *************** *** 1272,1278 **** * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! /* $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/Attic/initscan.c,v 1.4 1996/12/10 22:22:01 millert Exp $ */ #include "flexdef.h" #include "parse.h" --- 1272,1278 ---- * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ ! /* $Header: /cvsrepo/anoncvs/cvs/src/usr.bin/lex/Attic/initscan.c,v 1.5 1997/07/25 21:05:29 mickey Exp $ */ #include "flexdef.h" #include "parse.h" *************** *** 1388,1394 **** #ifdef YY_MALLOC_DECL YY_MALLOC_DECL #else ! #if __STDC__ #ifndef __cplusplus #include #endif --- 1388,1394 ---- #ifdef YY_MALLOC_DECL YY_MALLOC_DECL #else ! #ifdef __STDC__ #ifndef __cplusplus #include #endif