mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 10:50:31 +02:00
* Patch from Michalis Kamburelis to fix scanning of $ELSE (bug ID 31007)
git-svn-id: trunk@34965 -
This commit is contained in:
parent
2f1addbb11
commit
629d8277da
@ -344,7 +344,7 @@ begin
|
||||
hs^:='';
|
||||
end
|
||||
else
|
||||
if (Copy(hs^,2,6)='$ELSE') then
|
||||
if (Copy(hs^,2,5)='$ELSE') then
|
||||
begin
|
||||
skip[level]:=skip[level-1] or (not skip[level]);
|
||||
hs^:='';
|
||||
|
Loading…
Reference in New Issue
Block a user