X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fmini%2Fregalloc.h;h=c0aa5fdf64a8a37f27bbaced10183f224d0d42ed;hb=098f6e8aa8ead1a80b751fa34e5e049439c2f0c3;hp=f043ddd6d55402ab6a17fb6d5d48293693da53af;hpb=5b558abeeb255a3179d4ca6a85617e051c6abd38;p=mono.git diff --git a/mono/mini/regalloc.h b/mono/mini/regalloc.h index f043ddd6d55..c0aa5fdf64a 100644 --- a/mono/mini/regalloc.h +++ b/mono/mini/regalloc.h @@ -1,3 +1,6 @@ +/** + * \file + */ typedef size_t regmask_t; @@ -44,6 +47,6 @@ typedef struct { int vassign_size; } MonoRegState; -MonoRegState* mono_regstate_new (void) MONO_INTERNAL; +MonoRegState* mono_regstate_new (void); -void mono_regstate_free (MonoRegState *rs) MONO_INTERNAL; +void mono_regstate_free (MonoRegState *rs);