Skip to content

Commit

Permalink
increase YYLMAX var
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofavorito committed Mar 9, 2021
1 parent bbe8382 commit 52e5c8d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Front/scanner.lpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@
%a 40235 /* size of transitions accepted */
%o 6000 /* size of output slots accepted */

%{
#undef YYLMAX
#define YYLMAX 8388608
%}


%option nounput
%option never-interactive

Expand Down

0 comments on commit 52e5c8d

Please sign in to comment.