Skip to content

Commit

Permalink
Update flex.texi
Browse files Browse the repository at this point in the history
  • Loading branch information
createyourpersonalaccount authored and westes committed Aug 10, 2024
1 parent 06f1ee7 commit 546d905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/flex.texi
Original file line number Diff line number Diff line change
Expand Up @@ -4561,7 +4561,7 @@ void scan_file( char* filename )
in = fopen( filename, "r" );
stat( filename, &buf );
yylex_init_extra( buf, &scanner );
yylex_init_extra( &buf, &scanner );
yyset_in( in, scanner );
yylex( scanner );
yylex_destroy( scanner );
Expand Down

0 comments on commit 546d905

Please sign in to comment.