Browse Source

* uncommented the variant<->dyn. array stuff

florian 22 years ago
parent
commit
62db93e704
1 changed files with 6 additions and 3 deletions
  1. 6 3
      rtl/inc/compproc.inc

+ 6 - 3
rtl/inc/compproc.inc

@@ -163,8 +163,8 @@ Procedure fpc_Write_Text_WideChar(Len : Longint;var t : Text;c : WideChar); comp
 {$endif HASWIDECHAR}
 {$endif HASWIDECHAR}
 
 
 {$ifdef HASVARIANT}
 {$ifdef HASVARIANT}
-Procedure fpc_Write_Text_Variant(Len : Longint;var f : Text;const v : variant); compilerproc;
-function fpc_variant_to_dynarray(const v : variant;typeinfo : pointer) : pointer;compilerproc;
+// Procedure fpc_Write_Text_Variant(Len : Longint;var f : Text;const v : variant);compilerproc;
+// function fpc_variant_to_dynarray(const v : variant;typeinfo : pointer) : pointer;compilerproc;
 {$endif HASVARIANT}
 {$endif HASVARIANT}
 
 
 Procedure fpc_Read_End(var f:Text); compilerproc;
 Procedure fpc_Read_End(var f:Text); compilerproc;
@@ -286,7 +286,10 @@ function fpc_qword_to_double(q: qword): double; compilerproc;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.34  2003-01-09 20:14:20  florian
+  Revision 1.35  2003-01-11 00:17:29  florian
+    * uncommented the variant<->dyn. array stuff
+
+  Revision 1.34  2003/01/09 20:14:20  florian
     * fixed helper declarations
     * fixed helper declarations
 
 
   Revision 1.33  2003/01/06 23:04:21  mazen
   Revision 1.33  2003/01/06 23:04:21  mazen