synedit: less hints

git-svn-id: trunk@43331 -
This commit is contained in:
mattias 2013-10-27 17:16:34 +00:00
parent 0f1ab1f8fe
commit 5532f47222

View File

@ -448,10 +448,12 @@ var
KeyOffset: integer;
function IsIdentifierChar(p: PChar): boolean; inline;
{$IF FPC_FULLVERSION >= 20701}
var
u: UnicodeString;
i: Integer;
L: Cardinal;
{$ENDIF}
begin
Result := p^ in ['a'..'z','A'..'Z','0'..'9','_'];
if Result then exit;