mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 06:49:23 +02:00
fcl-js: less hints
This commit is contained in:
parent
98b49b292d
commit
4d8af14864
@ -704,7 +704,7 @@ var
|
|||||||
buf.Write(s[1],length(s)*sizeof(char));
|
buf.Write(s[1],length(s)*sizeof(char));
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure AddChar(c: char);
|
procedure AddChar({%H-}c: char);
|
||||||
begin
|
begin
|
||||||
buf.Write(c,sizeof(char));
|
buf.Write(c,sizeof(char));
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user