Browse Source

* max_elems now 1000

git-svn-id: trunk@4401 -
marco 19 năm trước cách đây
mục cha
commit
00b93a5916
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      utils/tply/lexbase.pas

+ 1 - 1
utils/tply/lexbase.pas

@@ -79,7 +79,7 @@ lno  : Integer; (* current line number *)
 
 const
 
-max_elems  = 100;  (* maximum size of integer sets *)
+max_elems  = 1000;  (* maximum size of integer sets *)
 
 type