mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-06 08:47:10 +01:00
* Use FixFilename for specified unit sourcefile in uses
This commit is contained in:
parent
680c90c65d
commit
abbbc7443d
@ -550,7 +550,7 @@ implementation
|
||||
if not(m_tp7 in aktmodeswitches) then
|
||||
begin
|
||||
if try_to_consume(_OP_IN) then
|
||||
fn:=get_stringconst
|
||||
fn:=FixFileName(get_stringconst)
|
||||
else
|
||||
fn:='';
|
||||
end;
|
||||
@ -1455,7 +1455,10 @@ implementation
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.86 2002-12-06 16:56:58 peter
|
||||
Revision 1.87 2002-12-24 23:32:56 peter
|
||||
* Use FixFilename for specified unit sourcefile in uses
|
||||
|
||||
Revision 1.86 2002/12/06 16:56:58 peter
|
||||
* only compile cs_fp_emulation support when cpufpuemu is defined
|
||||
* define cpufpuemu for m68k only
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user