mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-16 01:50:38 +01:00
* reset lookahead char as well when resetting the scanner, resolves #17688
git-svn-id: trunk@16216 -
This commit is contained in:
parent
6da59076f8
commit
dce3405c66
@ -1876,6 +1876,7 @@ In case not, the value returned can be arbitrary.
|
||||
if assigned(current_module) then
|
||||
current_module.sourcefiles.register_file(inputfile);
|
||||
{ reset localinput }
|
||||
c:=#0;
|
||||
inputbuffer:=nil;
|
||||
inputpointer:=nil;
|
||||
inputstart:=0;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user