mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-24 08:42:10 +01:00
* realmodulename must be used of course
git-svn-id: trunk@1181 -
This commit is contained in:
parent
fa90e913df
commit
6bc461dc61
@ -845,7 +845,7 @@ implementation
|
|||||||
begin
|
begin
|
||||||
delete(S,1,1);
|
delete(S,1,1);
|
||||||
if m_delphi in aktmodeswitches then
|
if m_delphi in aktmodeswitches then
|
||||||
insert(current_module.modulename^,S,1)
|
insert(current_module.realmodulename^,S,1)
|
||||||
else
|
else
|
||||||
insert(lower(current_module.modulename^),S,1);
|
insert(lower(current_module.modulename^),S,1);
|
||||||
end;
|
end;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user