From fd33d1c8398024e8103636d42b89ccb2106b62df Mon Sep 17 00:00:00 2001 From: "Igor S. Gerasimov" Date: Sun, 5 Jan 2025 16:34:26 +0100 Subject: [PATCH] Add support of Oracle Sun 12.6 --- public/TracyClient.F90 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/public/TracyClient.F90 b/public/TracyClient.F90 index 9ad59054..5b684b47 100644 --- a/public/TracyClient.F90 +++ b/public/TracyClient.F90 @@ -1007,7 +1007,9 @@ module tracy public :: tracy_zone_context public :: tracy_source_location_data ! +#ifndef __SUNPRO_F90 type(TracyColors_t), public, parameter :: TracyColors = TracyColors_t() +#endif ! public :: tracy_set_thread_name public :: tracy_startup_profiler, tracy_shutdown_profiler, tracy_profiler_started