mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49:26 +02:00
* fixed missing reset of inputbuffer after include file or macro
git-svn-id: trunk@5187 -
This commit is contained in:
parent
12e8645889
commit
c371d639f4
@ -1793,6 +1793,7 @@ In case not, the value returned can be arbitrary.
|
||||
|
||||
procedure tscannerfile.restoreinputfile;
|
||||
begin
|
||||
inputbuffer:=inputfile.buf;
|
||||
inputpointer:=inputfile.saveinputpointer;
|
||||
lastlinepos:=inputfile.savelastlinepos;
|
||||
line_no:=inputfile.saveline_no;
|
||||
|
Loading…
Reference in New Issue
Block a user