mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 10:19:17 +02:00
fcl-css: fixed mode
This commit is contained in:
parent
72466cac46
commit
23098d049d
@ -14,9 +14,7 @@
|
|||||||
**********************************************************************}
|
**********************************************************************}
|
||||||
unit fpCSSParser;
|
unit fpCSSParser;
|
||||||
|
|
||||||
{ $mode ObjFPC}{$H+}
|
{$mode ObjFPC}{$H+}
|
||||||
|
|
||||||
{ $DEFINE VerboseCSSParser}
|
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
@ -866,7 +864,6 @@ begin
|
|||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
||||||
function TCSSParser.ParseString: TCSSElement;
|
function TCSSParser.ParseString: TCSSElement;
|
||||||
|
|
||||||
Var
|
Var
|
||||||
|
Loading…
Reference in New Issue
Block a user