Ver código fonte

* Fixed a small typo in my previous update

sg 25 anos atrás
pai
commit
5dbe89f57e
1 arquivos alterados com 5 adições e 2 exclusões
  1. 5 2
      rtl/objpas/typinfo.pp

+ 5 - 2
rtl/objpas/typinfo.pp

@@ -213,7 +213,7 @@ unit typinfo;
     function GetEnumValue(TypeInfo : PTypeInfo;const Name : string) : Integer;
 
 
-  var
+  const
     BooleanIdents: array[Boolean] of String = ('False', 'True');
     DotSep: String = '.';
 
@@ -842,7 +842,10 @@ end.
 
 {
   $Log$
-  Revision 1.40  2000-06-22 15:29:31  sg
+  Revision 1.41  2000-06-22 15:31:09  sg
+  * Fixed a small typo in my previous update
+
+  Revision 1.40  2000/06/22 15:29:31  sg
   * Added prototypes for GetInt64Prop and SetInt64Prop
   * Added constants "BooleanIdents" and "DotSep"