* reset lookahead char as well when resetting the scanner, resolves #17688

git-svn-id: trunk@16216 -
This commit is contained in:
florian 2010-10-24 21:26:30 +00:00
parent 6da59076f8
commit dce3405c66

View File

@ -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;