* Rename unit crc to fpccrc to avoid name conflict in packages

git-svn-id: trunk@1856 -
This commit is contained in:
daniel 2005-12-01 16:45:44 +00:00
parent 6751a62f75
commit c0b4678873
4 changed files with 4 additions and 4 deletions

2
.gitattributes vendored
View File

@ -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

View File

@ -19,7 +19,7 @@
****************************************************************************
}
Unit crc;
Unit fpccrc;
{$i fpcdefs.inc}

View File

@ -268,7 +268,7 @@ implementation
{$ifdef Test_Double_checksum}
comphook,
{$endif def Test_Double_checksum}
crc,
fpccrc,
cutils;
{*****************************************************************************

View File

@ -751,7 +751,7 @@ implementation
fmodule,
{ other }
gendef,
crc
fpccrc
;
{****************************************************************************