mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 09:06:02 +02:00
* make yysleng a longint
git-svn-id: trunk@29426 -
This commit is contained in:
parent
15537361ee
commit
b13e00ea70
@ -254,7 +254,7 @@ yysstate, yylstate : Integer;
|
|||||||
yymatches : Integer;
|
yymatches : Integer;
|
||||||
yystack : array [1..max_matches] of Integer;
|
yystack : array [1..max_matches] of Integer;
|
||||||
yypos : array [1..max_rules] of Integer;
|
yypos : array [1..max_rules] of Integer;
|
||||||
yysleng : Integer;
|
yysleng : Longint;
|
||||||
|
|
||||||
(* Utilities: *)
|
(* Utilities: *)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user