mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-01 21:30:35 +02:00
Merged revision(s) 43769 from trunk:
* fixed output of line numbers/columns with -vR ........ git-svn-id: branches/fixes_3_2@44874 -
This commit is contained in:
parent
b087c236b5
commit
c3f5006c86
@ -305,8 +305,7 @@ begin
|
|||||||
if status.currentcolumn>0 then
|
if status.currentcolumn>0 then
|
||||||
begin
|
begin
|
||||||
if status.use_gccoutput then
|
if status.use_gccoutput then
|
||||||
hs:=gccfilename(status.currentsource)+':'+tostr(status.currentline)+': '+hs+' '+
|
hs:=gccfilename(status.currentsource)+':'+tostr(status.currentline)+':'+tostr(status.currentcolumn)+': '+hs+' '+s
|
||||||
tostr(status.currentcolumn)+': '+s
|
|
||||||
else
|
else
|
||||||
begin
|
begin
|
||||||
hs:=status.currentsource+'('+tostr(status.currentline)+
|
hs:=status.currentsource+'('+tostr(status.currentline)+
|
||||||
|
Loading…
Reference in New Issue
Block a user