From: Jerome Laban Date: Mon, 21 Jul 2003 19:23:57 +0000 (-0000) Subject: 2003-07-21 Jerome Laban X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=54c264d42a4ed46eec6e3449f938ab62790f4931;p=mono.git 2003-07-21 Jerome Laban * object.c: Renamed mono_metadata_section to metadata_section. svn path=/trunk/mono/; revision=16498 --- diff --git a/mono/metadata/ChangeLog b/mono/metadata/ChangeLog index b541db73163..a4d45e1806c 100644 --- a/mono/metadata/ChangeLog +++ b/mono/metadata/ChangeLog @@ -1,3 +1,7 @@ +2003-07-21 Jerome Laban + + * object.c: Renamed mono_metadata_section to metadata_section. + 2003-07-27 Lluis Sanchez Gual * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an diff --git a/mono/metadata/object.c b/mono/metadata/object.c index a1817591b74..1f1fc08c962 100644 --- a/mono/metadata/object.c +++ b/mono/metadata/object.c @@ -29,7 +29,7 @@ #include "mono/metadata/profiler-private.h" #include -CRITICAL_SECTION *mono_metadata_section = NULL; +CRITICAL_SECTION *metadata_section = NULL; /* * Enable experimental typed allocation using the GC_gcj_malloc function.