mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-08 03:26:29 +02:00
* max_elems now 1000
git-svn-id: trunk@4401 -
This commit is contained in:
parent
aa6137b12b
commit
00b93a5916
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user