- removed unnecessary typeconversion from char_to_string

This commit is contained in:
Jonas Maebe 2002-09-04 19:38:42 +00:00
parent e66f54e328
commit d2401f67b4

View File

@ -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