From 8630c095da1baa2e4ecebf1efa51f088d30d157e Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Tue, 21 Sep 1993 20:45:33 +0000 Subject: [PATCH] yyflexlexer.h -> FlexLexer.h minor portability tweak --- main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.c b/main.c index a1a08fe..de62516 100644 --- a/main.c +++ b/main.c @@ -202,6 +202,8 @@ int exit_status; { int tblsiz; + int unlink(); + if ( skelfile != NULL ) { if ( ferror( skelfile ) ) @@ -764,7 +766,7 @@ void readin() printf( "\n#define YY_USES_REJECT\n" ); if ( C_plus_plus ) - printf( "\n#include \"yyflexlexer.h\"\n" ); + printf( "\n#include \"FlexLexer.h\"\n" ); if ( ddebug ) puts( "\n#define FLEX_DEBUG" ); -- 2.50.1