mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-02 20:50:57 +01:00
- removed unnecessary typeconversion from char_to_string
This commit is contained in:
parent
e66f54e328
commit
d2401f67b4
@ -707,7 +707,6 @@ implementation
|
||||
else
|
||||
left := caddnode.create(orn,left,
|
||||
cordconstnode.create(1 shl 8,s32bittype));
|
||||
left := ctypeconvnode.create(left,u16bittype);
|
||||
left.toggleflag(nf_explizit);
|
||||
resulttypepass(left);
|
||||
end;
|
||||
@ -2027,7 +2026,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.75 2002-09-02 19:24:42 peter
|
||||
Revision 1.76 2002-09-04 19:38:42 jonas
|
||||
- removed unnecessary typeconversion from char_to_string
|
||||
|
||||
Revision 1.75 2002/09/02 19:24:42 peter
|
||||
* array of char support for Str()
|
||||
|
||||
Revision 1.74 2002/09/01 08:01:16 daniel
|
||||
|
||||
Loading…
Reference in New Issue
Block a user