Explorar el Código

* the default value of tpointerdef.pointer_subtraction_result_type changed to
ptrsinttype

git-svn-id: trunk@28220 -

nickysn hace 11 años
padre
commit
9b3d41d9c7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      compiler/symdef.pas

+ 1 - 1
compiler/symdef.pas

@@ -3172,7 +3172,7 @@ implementation
 
     function tpointerdef.pointer_subtraction_result_type:tdef;
       begin
-        result:=sinttype;
+        result:=ptrsinttype;
       end;