mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 04:49:19 +02:00
* Correct type for filenames
This commit is contained in:
parent
f36ec0ed7f
commit
b8b091cef8
@ -133,7 +133,7 @@ var
|
|||||||
filestab : tstab; { stab with current file info }
|
filestab : tstab; { stab with current file info }
|
||||||
filename,
|
filename,
|
||||||
lastfilename, { store last processed file }
|
lastfilename, { store last processed file }
|
||||||
dbgfn : string;
|
dbgfn : ansistring;
|
||||||
lastopenstabs: Boolean; { store last result of processing a file }
|
lastopenstabs: Boolean; { store last result of processing a file }
|
||||||
|
|
||||||
stabrelocofs,stabreloclen: longint;
|
stabrelocofs,stabreloclen: longint;
|
||||||
|
Loading…
Reference in New Issue
Block a user