Browse Source

* consider the Rtti unit as experimental for now

git-svn-id: trunk@35099 -
svenbarth 8 years ago
parent
commit
e51da008fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/rtl-objpas/src/common/rtti.pp

+ 1 - 1
packages/rtl-objpas/src/common/rtti.pp

@@ -12,7 +12,7 @@
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 }
 }
-unit Rtti;
+unit Rtti experimental;
 
 
 {$mode objfpc}{$H+}
 {$mode objfpc}{$H+}
 {$modeswitch advancedrecords}
 {$modeswitch advancedrecords}