Browse Source

- removed unnecessary typeconversion from char_to_string

Jonas Maebe 23 years ago
parent
commit
d2401f67b4
1 changed files with 4 additions and 2 deletions
  1. 4 2
      compiler/ncnv.pas

+ 4 - 2
compiler/ncnv.pas

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