Преглед на файлове

* deprecate MaxGListSize; it's no longer used by the generic types

git-svn-id: trunk@39465 -
svenbarth преди 7 години
родител
ревизия
38c30a557d
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      rtl/objpas/fgl.pp

+ 2 - 2
rtl/objpas/fgl.pp

@@ -96,9 +96,9 @@ type
 
 const
 {$ifdef cpu16}
-  MaxGListSize = {MaxInt div} 1024;
+  MaxGListSize = {MaxInt div} 1024 deprecated;
 {$else cpu16}
-  MaxGListSize = MaxInt div 1024;
+  MaxGListSize = MaxInt div 1024 deprecated;
 {$endif cpu16}
 
 type