mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 04:29:29 +02:00
* generate gcc compatible location output also if no column is known
git-svn-id: trunk@47189 -
This commit is contained in:
parent
985c4fafeb
commit
0ba44502f9
@ -320,7 +320,7 @@ begin
|
||||
else
|
||||
begin
|
||||
if status.use_gccoutput then
|
||||
hs:=gccfilename(status.currentsource)+': '+hs+' '+tostr(status.currentline)+': '+s
|
||||
hs:=gccfilename(status.currentsource)+':'+tostr(status.currentline)+': '+hs+' '+s
|
||||
else
|
||||
hs:=status.currentsource+'('+tostr(status.currentline)+') '+hs+' '+s;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user