mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-05 10:58:06 +02:00
* Fix typo
This commit is contained in:
parent
b50d6ff99c
commit
b5bccf7a77
@ -1068,7 +1068,7 @@ implementation
|
|||||||
is_chararray(tpointerdef(p).pointeddef)));
|
is_chararray(tpointerdef(p).pointeddef)));
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ true if p is a pchar def }
|
{ true if p is a pwidechar def }
|
||||||
function is_pwidechar(p : tdef) : boolean;
|
function is_pwidechar(p : tdef) : boolean;
|
||||||
begin
|
begin
|
||||||
is_pwidechar:=(p.typ=pointerdef) and
|
is_pwidechar:=(p.typ=pointerdef) and
|
||||||
|
Loading…
Reference in New Issue
Block a user