From 94807b62099f734802079383be57ef3956b93d6a Mon Sep 17 00:00:00 2001 From: "Fred T. Hamster" Date: Thu, 12 Feb 2026 06:26:49 -0500 Subject: [PATCH] fixed breakage from old to new collision --- nucleus/library/tests_configuration/test_ini_configurator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nucleus/library/tests_configuration/test_ini_configurator.cpp b/nucleus/library/tests_configuration/test_ini_configurator.cpp index 864efd14..86c9743b 100644 --- a/nucleus/library/tests_configuration/test_ini_configurator.cpp +++ b/nucleus/library/tests_configuration/test_ini_configurator.cpp @@ -54,7 +54,7 @@ typedef double_plus frunkle; const char *INI_SECTION = "t_ini_configurator"; //hmmm: ugly old main() without using the hoople machinery. ack. -astring static_class_name() { return "test_ini_configurator"; } +#define static_class_name() "test_ini_configurator" #define MACRO_AS_STRING(s) #s -- 2.34.1