mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-05-08 17:32:35 +02:00
13 lines
427 B
Plaintext
13 lines
427 B
Plaintext
|
|
Changes to the last version of PASZLIB (http://www.tu-chemnitz.de/~nomssi)
|
|
required for FPC-pascal:
|
|
|
|
(Standard adding of @ for assignment of procedure variables)
|
|
Zdeflate 532 and 536 added an @
|
|
zinflate 259 263 294 added an @
|
|
|
|
Warning only:
|
|
inflatetrees inflate_tree_fixed has two uint parameters in the interface, and
|
|
two uintf's in the implementation. Only a warning is issued btw, so
|
|
this is not critical.
|