소스 검색

* fixed bug #626, objpas must redefine maxint!

florian 26 년 전
부모
커밋
24fceb0a6c
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 7 1
      rtl/objpas/objpas.pp

+ 7 - 1
rtl/objpas/objpas.pp

@@ -20,6 +20,9 @@ unit objpas;
 
   interface
 
+    const
+       MaxInt = MaxLongint;
+
     type
        { first, in object pascal, the types must be redefined }
        smallint = system.integer;
@@ -354,7 +357,10 @@ end.
 
 {
   $Log$
-  Revision 1.40  1999-09-17 17:14:12  peter
+  Revision 1.41  1999-09-28 21:13:33  florian
+    * fixed bug 626, objpas must redefine maxint!
+
+  Revision 1.40  1999/09/17 17:14:12  peter
     + new heap manager supporting delphi freemem(pointer)
 
   Revision 1.39  1999/08/28 13:03:23  michael