mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 08:59:10 +02:00
jcf: fix compilation of BuildTokenList on linux
git-svn-id: trunk@17821 -
This commit is contained in:
parent
af104c35a9
commit
2827eec53f
@ -35,8 +35,6 @@ unit BuildTokenList;
|
|||||||
interface
|
interface
|
||||||
|
|
||||||
uses
|
uses
|
||||||
{ delphi }
|
|
||||||
Windows,
|
|
||||||
{ local }
|
{ local }
|
||||||
Tokens, SourceToken, SourceTokenList;
|
Tokens, SourceToken, SourceTokenList;
|
||||||
|
|
||||||
@ -114,9 +112,7 @@ begin
|
|||||||
Result := False;
|
Result := False;
|
||||||
|
|
||||||
if GetRegSettings.CheckMultiByteChars then
|
if GetRegSettings.CheckMultiByteChars then
|
||||||
begin
|
Result := IsMultiByte(pcChar);
|
||||||
Result := IsDBCSLeadByte(Byte(pcChar));
|
|
||||||
end;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ TBuildTokenList }
|
{ TBuildTokenList }
|
||||||
|
Loading…
Reference in New Issue
Block a user