2003-07-21 Jerome Laban <jlaban@wanadoo.fr>
authorJerome Laban <jerome@mono-cvs.ximian.com>
Mon, 21 Jul 2003 19:23:57 +0000 (19:23 -0000)
committerJerome Laban <jerome@mono-cvs.ximian.com>
Mon, 21 Jul 2003 19:23:57 +0000 (19:23 -0000)
       * object.c: Renamed mono_metadata_section to metadata_section.

svn path=/trunk/mono/; revision=16498

mono/metadata/ChangeLog
mono/metadata/object.c

index b541db7316378762a11659fdb32a8801485175cb..a4d45e1806c45ed209a5ff11fde6d9df05469f83 100644 (file)
@@ -1,3 +1,7 @@
+2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
+
+       * object.c: Renamed mono_metadata_section to metadata_section.
+
 2003-07-27  Lluis Sanchez Gual  <lluis@ximian.com>
 
        * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
index a1817591b74586ce8110b755fc6e0999a5de595b..1f1fc08c962eaa73d41225c2e87b432c135f36bc 100644 (file)
@@ -29,7 +29,7 @@
 #include "mono/metadata/profiler-private.h"
 #include <mono/os/gc_wrapper.h>
 
-CRITICAL_SECTION *mono_metadata_section = NULL;
+CRITICAL_SECTION *metadata_section = NULL;
 
 /*
  * Enable experimental typed allocation using the GC_gcj_malloc function.