mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 05:49:20 +02:00
fcl-css: fixed mode
This commit is contained in:
parent
72466cac46
commit
23098d049d
@ -16,8 +16,6 @@ unit fpCSSParser;
|
|||||||
|
|
||||||
{$mode ObjFPC}{$H+}
|
{$mode ObjFPC}{$H+}
|
||||||
|
|
||||||
{ $DEFINE VerboseCSSParser}
|
|
||||||
|
|
||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
@ -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