runtime] Add semicolons after the calls to the coop gc macros to avoid confusing...
[mono.git] / mono / utils / mono-error-internals.h
index 8e168c8e7eed21e2ecd1b248df9eca9968da006c..b96cd54d2c7a8512454161d5c1da22e05b6278db 100644 (file)
@@ -23,6 +23,9 @@ typedef struct {
     char message [128];
 } MonoErrorInternal;
 
+void
+mono_error_assert_ok (MonoError *error);
+
 void
 mono_error_dup_strings (MonoError *error, gboolean dup_strings);