mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 16:29:19 +02:00
* Fix bug ID #0037516, only add extra uses to interface
git-svn-id: trunk@46311 -
This commit is contained in:
parent
d7ba09f543
commit
15cccf154a
@ -564,6 +564,7 @@ begin
|
|||||||
C:=0;
|
C:=0;
|
||||||
if ASection.UsesList.Count>0 then
|
if ASection.UsesList.Count>0 then
|
||||||
begin
|
begin
|
||||||
|
if not (aSection is TImplementationSection) then
|
||||||
For I:=1 to WordCount(ExtraUnits,UnitSeps) do
|
For I:=1 to WordCount(ExtraUnits,UnitSeps) do
|
||||||
begin
|
begin
|
||||||
u:=Trim(ExtractWord(1,ExtraUnits,UnitSeps));
|
u:=Trim(ExtractWord(1,ExtraUnits,UnitSeps));
|
||||||
|
Loading…
Reference in New Issue
Block a user