Browse Source

* booltype => pasbool8type

git-svn-id: trunk@19129 -
florian 14 years ago
parent
commit
3e7ee21230
1 changed files with 4 additions and 4 deletions
  1. 4 4
      compiler/ncnv.pas

+ 4 - 4
compiler/ncnv.pas

@@ -929,7 +929,7 @@ implementation
                       ccallparanode.create(
                       ccallparanode.create(
                         cordconstnode.create(
                         cordconstnode.create(
                           ord(tarraydef(left.resultdef).lowrange=0),
                           ord(tarraydef(left.resultdef).lowrange=0),
-                          booltype,
+                          pasbool8type,
                           false
                           false
                         ),
                         ),
                         ccallparanode.create(
                         ccallparanode.create(
@@ -1154,7 +1154,7 @@ implementation
           begin
           begin
             result:=ccallnode.createinternres(
             result:=ccallnode.createinternres(
                       'fpc_ansistr_to_ansistr',
                       'fpc_ansistr_to_ansistr',
-                      ccallparanode.create( 
+                      ccallparanode.create(
                         cordconstnode.create(
                         cordconstnode.create(
                           tstringdef(resultdef).encoding,
                           tstringdef(resultdef).encoding,
                           u16inttype,
                           u16inttype,
@@ -1166,7 +1166,7 @@ implementation
                     );
                     );
             left:=nil;
             left:=nil;
           end;
           end;
-      end; 
+      end;
 
 
     function ttypeconvnode.typecheck_char_to_chararray : tnode;
     function ttypeconvnode.typecheck_char_to_chararray : tnode;
       begin
       begin
@@ -2989,7 +2989,7 @@ implementation
             ((tstringdef(left.resultdef).stringtype in [st_widestring,st_unicodestring,st_shortstring]) or
             ((tstringdef(left.resultdef).stringtype in [st_widestring,st_unicodestring,st_shortstring]) or
              { ansistring to ansistring and no RawByteString envolved? }
              { ansistring to ansistring and no RawByteString envolved? }
              (//(tstringdef(resultdef).encoding<>65535) and
              (//(tstringdef(resultdef).encoding<>65535) and
-              (tstringdef(left.resultdef).stringtype=st_ansistring) 
+              (tstringdef(left.resultdef).stringtype=st_ansistring)
               //(tstringdef(left.resultdef).encoding<>65535)
               //(tstringdef(left.resultdef).encoding<>65535)
              )
              )
             ) then
             ) then