Переглянути джерело

* the default value of tpointerdef.pointer_subtraction_result_type changed to
ptrsinttype

git-svn-id: trunk@28220 -

nickysn 11 роки тому
батько
коміт
9b3d41d9c7
1 змінених файлів з 1 додано та 1 видалено
  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;