Răsfoiți Sursa

* make yysleng a longint

git-svn-id: trunk@29426 -
florian 10 ani în urmă
părinte
comite
b13e00ea70
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      utils/h2pas/h2plexlib.pas

+ 1 - 1
utils/h2pas/h2plexlib.pas

@@ -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: *)