mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-15 22:19:32 +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 }
|
||||
filename,
|
||||
lastfilename, { store last processed file }
|
||||
dbgfn : string;
|
||||
dbgfn : ansistring;
|
||||
lastopenstabs: Boolean; { store last result of processing a file }
|
||||
|
||||
stabrelocofs,stabreloclen: longint;
|
||||
|
Loading…
Reference in New Issue
Block a user