[runtime] Add a few mono mono_class_is_... accessors. (#3891)
[mono.git] / mono / mini / regalloc.h
index 9e910dc362e231df27f072bcfba0fa59f0264b04..3131bc16d60229bf3930877a3e25db40ed156e22 100644 (file)
@@ -47,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);