mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 09:59:29 +02:00
+ status.currentsourcepath
This commit is contained in:
parent
1ef56abc07
commit
c9b71320dc
@ -32,6 +32,7 @@ type
|
||||
TCompilerStatus = record
|
||||
{ Current status }
|
||||
currentmodule,
|
||||
currentsourcepath,
|
||||
currentsource : string; { filename }
|
||||
currentline,
|
||||
currentcolumn : longint; { current line and column }
|
||||
@ -243,7 +244,10 @@ end;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.1 1998-12-22 14:27:54 peter
|
||||
Revision 1.2 1999-01-14 21:43:08 peter
|
||||
+ status.currentsourcepath
|
||||
|
||||
Revision 1.1 1998/12/22 14:27:54 peter
|
||||
* moved
|
||||
|
||||
Revision 1.1 1998/12/10 23:54:28 peter
|
||||
|
Loading…
Reference in New Issue
Block a user