mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 18:10:23 +02:00
* Remove "uses base"
git-svn-id: trunk@1855 -
This commit is contained in:
parent
c5bc398110
commit
6751a62f75
@ -11,12 +11,6 @@ unit crc;
|
||||
|
||||
interface
|
||||
|
||||
{$I zconf.inc}
|
||||
|
||||
uses
|
||||
zutil, zbase;
|
||||
|
||||
|
||||
function crc32(crc : cardinal; buf : Pbyte; len : cardinal) : cardinal;
|
||||
|
||||
{ Update a running crc with the bytes buf[0..len-1] and return the updated
|
||||
|
Loading…
Reference in New Issue
Block a user