mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-06-11 11:58:37 +02:00
* also report the dynamic array "overloads" for the Insert() intrinsics
git-svn-id: trunk@37343 -
This commit is contained in:
parent
c5b33f51f9
commit
b3ee9339b8
@ -4638,6 +4638,8 @@ implementation
|
|||||||
if tf_winlikewidestring in target_info.flags then
|
if tf_winlikewidestring in target_info.flags then
|
||||||
write_system_parameter_lists('fpc_widestr_insert');
|
write_system_parameter_lists('fpc_widestr_insert');
|
||||||
write_system_parameter_lists('fpc_ansistr_insert');
|
write_system_parameter_lists('fpc_ansistr_insert');
|
||||||
|
MessagePos1(fileinfo,sym_e_param_list,'Insert(Dynamic Array;var Dynamic Array;'+sinttype.typename+');');
|
||||||
|
MessagePos1(fileinfo,sym_e_param_list,'Insert(Element;var Dynamic Array;'+sinttype.typename+');');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
var
|
var
|
||||||
|
Loading…
Reference in New Issue
Block a user