mirror of https://gitlab.com/basile.b/dexed.git
removed empty statement as tkError
didn't work because of token strings and struct init
This commit is contained in:
parent
ae4c955613
commit
7e3a619b08
|
|
@ -904,8 +904,6 @@ begin
|
||||||
begin
|
begin
|
||||||
fTokKind := tkSymbl;
|
fTokKind := tkSymbl;
|
||||||
case reader^ of
|
case reader^ of
|
||||||
';': if (fTokStop>1) and ((reader-1)^ = '}') then
|
|
||||||
fTokKind := tkError;
|
|
||||||
'{': StartCodeFoldBlock(nil, fkBrackets in fFoldKinds);
|
'{': StartCodeFoldBlock(nil, fkBrackets in fFoldKinds);
|
||||||
'}':
|
'}':
|
||||||
begin
|
begin
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue