mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 14:59:32 +02:00
* Rename unit crc to fpccrc to avoid name conflict in packages
git-svn-id: trunk@1856 -
This commit is contained in:
parent
6751a62f75
commit
c0b4678873
2
.gitattributes
vendored
2
.gitattributes
vendored
@ -90,7 +90,6 @@ compiler/comprsrc.pas svneol=native#text/plain
|
||||
compiler/cp437.pas svneol=native#text/plain
|
||||
compiler/cp850.pas svneol=native#text/plain
|
||||
compiler/cp8859_1.pas svneol=native#text/plain
|
||||
compiler/crc.pas svneol=native#text/plain
|
||||
compiler/cresstr.pas svneol=native#text/plain
|
||||
compiler/cstreams.pas svneol=native#text/plain
|
||||
compiler/cutils.pas svneol=native#text/plain
|
||||
@ -103,6 +102,7 @@ compiler/dwarf.pas svneol=native#text/plain
|
||||
compiler/export.pas svneol=native#text/plain
|
||||
compiler/finput.pas svneol=native#text/plain
|
||||
compiler/fmodule.pas svneol=native#text/plain
|
||||
compiler/fpccrc.pas svneol=native#text/plain
|
||||
compiler/fpcdefs.inc svneol=native#text/plain
|
||||
compiler/fppu.pas svneol=native#text/plain
|
||||
compiler/gendef.pas svneol=native#text/plain
|
||||
|
@ -19,7 +19,7 @@
|
||||
|
||||
****************************************************************************
|
||||
}
|
||||
Unit crc;
|
||||
Unit fpccrc;
|
||||
|
||||
{$i fpcdefs.inc}
|
||||
|
@ -268,7 +268,7 @@ implementation
|
||||
{$ifdef Test_Double_checksum}
|
||||
comphook,
|
||||
{$endif def Test_Double_checksum}
|
||||
crc,
|
||||
fpccrc,
|
||||
cutils;
|
||||
|
||||
{*****************************************************************************
|
||||
|
@ -751,7 +751,7 @@ implementation
|
||||
fmodule,
|
||||
{ other }
|
||||
gendef,
|
||||
crc
|
||||
fpccrc
|
||||
;
|
||||
|
||||
{****************************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user