]> granicus.if.org Git - flex/commitdiff
yyflexlexer.h -> FlexLexer.h
authorVern Paxson <vern@ee.lbl.gov>
Tue, 21 Sep 1993 20:45:33 +0000 (20:45 +0000)
committerVern Paxson <vern@ee.lbl.gov>
Tue, 21 Sep 1993 20:45:33 +0000 (20:45 +0000)
minor portability tweak

main.c

diff --git a/main.c b/main.c
index a1a08fe7c0262b8a778faef7046c44674fb730b0..de62516e1f138f46bbe0c2f3ddb4d9241d68f34f 100644 (file)
--- 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" );