diff options
| author | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2019-01-29 00:02:35 +0100 |
|---|---|---|
| committer | Ignacio Etcheverry <ignalfonsore@gmail.com> | 2019-02-03 05:38:40 +0100 |
| commit | d3c51a5dfb5fb26081d64e16b198ee9ae1beb481 (patch) | |
| tree | b5729265b5ae40acb8f89e8403350db338f36bdc /modules/mono/mono_gd/gd_mono_internals.h | |
| parent | eb1e3ee2328c05f40652021cea0db01f8e83d307 (diff) | |
| download | redot-engine-d3c51a5dfb5fb26081d64e16b198ee9ae1beb481.tar.gz | |
Mono: Cleanup
Diffstat (limited to 'modules/mono/mono_gd/gd_mono_internals.h')
| -rw-r--r-- | modules/mono/mono_gd/gd_mono_internals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/mono_gd/gd_mono_internals.h b/modules/mono/mono_gd/gd_mono_internals.h index 09cb59ee6b..2d77bde27c 100644 --- a/modules/mono/mono_gd/gd_mono_internals.h +++ b/modules/mono/mono_gd/gd_mono_internals.h @@ -45,7 +45,7 @@ void tie_managed_to_unmanaged(MonoObject *managed, Object *unmanaged); * Do not call this function directly. * Use GDMonoUtils::debug_unhandled_exception(MonoException *) instead. */ -_NO_RETURN_ void unhandled_exception(MonoException *p_exc); +GD_NORETURN void unhandled_exception(MonoException *p_exc); } // namespace GDMonoInternals |
