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