소스 검색

* Fixed a small typo in my previous update

sg 25 년 전
부모
커밋
5dbe89f57e
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  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"