mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 06:39:34 +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/cp437.pas svneol=native#text/plain
|
||||||
compiler/cp850.pas svneol=native#text/plain
|
compiler/cp850.pas svneol=native#text/plain
|
||||||
compiler/cp8859_1.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/cresstr.pas svneol=native#text/plain
|
||||||
compiler/cstreams.pas svneol=native#text/plain
|
compiler/cstreams.pas svneol=native#text/plain
|
||||||
compiler/cutils.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/export.pas svneol=native#text/plain
|
||||||
compiler/finput.pas svneol=native#text/plain
|
compiler/finput.pas svneol=native#text/plain
|
||||||
compiler/fmodule.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/fpcdefs.inc svneol=native#text/plain
|
||||||
compiler/fppu.pas svneol=native#text/plain
|
compiler/fppu.pas svneol=native#text/plain
|
||||||
compiler/gendef.pas svneol=native#text/plain
|
compiler/gendef.pas svneol=native#text/plain
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
****************************************************************************
|
****************************************************************************
|
||||||
}
|
}
|
||||||
Unit crc;
|
Unit fpccrc;
|
||||||
|
|
||||||
{$i fpcdefs.inc}
|
{$i fpcdefs.inc}
|
||||||
|
|
@ -268,7 +268,7 @@ implementation
|
|||||||
{$ifdef Test_Double_checksum}
|
{$ifdef Test_Double_checksum}
|
||||||
comphook,
|
comphook,
|
||||||
{$endif def Test_Double_checksum}
|
{$endif def Test_Double_checksum}
|
||||||
crc,
|
fpccrc,
|
||||||
cutils;
|
cutils;
|
||||||
|
|
||||||
{*****************************************************************************
|
{*****************************************************************************
|
||||||
|
@ -751,7 +751,7 @@ implementation
|
|||||||
fmodule,
|
fmodule,
|
||||||
{ other }
|
{ other }
|
||||||
gendef,
|
gendef,
|
||||||
crc
|
fpccrc
|
||||||
;
|
;
|
||||||
|
|
||||||
{****************************************************************************
|
{****************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user