X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fsgen%2Fsgen-layout-stats.c;h=103ef31436465d683b500229926c512e575adc03;hb=5d80d08b8c2327752d9b68ba0c4723ce9a76a40e;hp=74c5c02a0278355074ab21273d63831791da11af;hpb=56ad8f4e5dfb8198e4671f631a3103b1e8b83dd3;p=mono.git diff --git a/mono/sgen/sgen-layout-stats.c b/mono/sgen/sgen-layout-stats.c index 74c5c02a027..103ef314364 100644 --- a/mono/sgen/sgen-layout-stats.c +++ b/mono/sgen/sgen-layout-stats.c @@ -1,4 +1,5 @@ -/* +/** + * \file * Copyright Xamarin Inc (http://www.xamarin.com) * * Licensed under the MIT license. See LICENSE file in the project root for full license information. @@ -9,6 +10,7 @@ #include "sgen/sgen-gc.h" #include "sgen/sgen-layout-stats.h" +#include #ifdef SGEN_OBJECT_LAYOUT_STATISTICS @@ -58,6 +60,8 @@ sgen_object_layout_dump (FILE *out) fprintf (out, "ref-array %lu\n", count_ref_array); fprintf (out, "vtype-array %lu\n", count_vtype_array); } +#else -#endif +MONO_EMPTY_SOURCE_FILE (sgen_layout_stats); +#endif /* SGEN_OBJECT_LAYOUT_STATISTICS */ #endif