mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 15:56: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
|
||||
|
||||
uses
|
||||
{ delphi }
|
||||
Windows,
|
||||
{ local }
|
||||
Tokens, SourceToken, SourceTokenList;
|
||||
|
||||
@ -114,9 +112,7 @@ begin
|
||||
Result := False;
|
||||
|
||||
if GetRegSettings.CheckMultiByteChars then
|
||||
begin
|
||||
Result := IsDBCSLeadByte(Byte(pcChar));
|
||||
end;
|
||||
Result := IsMultiByte(pcChar);
|
||||
end;
|
||||
|
||||
{ TBuildTokenList }
|
||||
|
Loading…
Reference in New Issue
Block a user