From: Kevin Day Date: Tue, 11 Nov 2025 03:23:11 +0000 (-0600) Subject: Update: Minimal changes to compile with the error printing changes in FLL. X-Git-Tag: 0.7.3~2 X-Git-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=19fcf8472279b634b9ebf02b29cee1ad72147d44;p=control Update: Minimal changes to compile with the error printing changes in FLL. There will likely be a follow up commit to handle the details. Also remove stale build setting file so that the stand alone build works. --- diff --git a/data/build/stand_alone/config.h b/data/build/stand_alone/config.h index 1d5823c..6e46d17 100644 --- a/data/build/stand_alone/config.h +++ b/data/build/stand_alone/config.h @@ -1143,7 +1143,7 @@ #define _di_f_string_format_Z_s_ #define _di_f_string_format_Z_single_s_ //#define _di_f_string_format_bracket_close_s_ -#define _di_f_string_format_bracket_open_s_ +//#define _di_f_string_format_bracket_open_s_ #define _di_f_string_format_c_s_ #define _di_f_string_format_d_double_s_ #define _di_f_string_format_d_s_ @@ -1185,11 +1185,16 @@ #define _di_f_string_format_s_double_s_ #define _di_f_string_format_s_s_ //#define _di_f_string_format_s_single_s_ +#define _di_f_string_format_sentence_end_basic_s_ +#define _di_f_string_format_sentence_end_double_basic_s_ #define _di_f_string_format_sentence_end_double_quote_s_ +#define _di_f_string_format_sentence_end_double_quote_basic_s_ #define _di_f_string_format_sentence_end_double_s_ //#define _di_f_string_format_sentence_end_quote_s_ //#define _di_f_string_format_sentence_end_s_ +//#define _di_f_string_format_sentence_end_single_basic_s_ //#define _di_f_string_format_sentence_end_single_quote_s_ +#define _di_f_string_format_sentence_end_single_quote_basic_s_ //#define _di_f_string_format_sentence_end_single_s_ #define _di_f_string_format_ss_double_s_ #define _di_f_string_format_ss_single_s_ @@ -1888,6 +1893,7 @@ //#define _di_fll_error_file_type_socket_s_ #define _di_fll_error_parameter_integer_print_ //#define _di_fll_error_print_ +#define _di_fll_error_print_debug_ //#define _di_fll_error_s_a_ //#define _di_fll_error_s_e_ //#define _di_fll_fss_basic_list_read_ diff --git a/data/build/stand_alone/settings.control b/data/build/stand_alone/settings.control index 9b24901..87d108e 100644 --- a/data/build/stand_alone/settings.control +++ b/data/build/stand_alone/settings.control @@ -72,7 +72,6 @@ build_sources_program-thread fll/level_0/thread/lock.c fll/level_0/thread/locks. build_sources_program-thread fll/level_0/thread/mutex.c fll/level_0/thread/mutexs.c fll/level_0/thread/mutexss.c fll/level_0/thread/mutex_attribute.c fll/level_0/thread/mutex_attributes.c fll/level_0/thread/mutex_attributess.c fll/level_0/thread/mutex_full.c fll/level_0/thread/mutex_fulls.c fll/level_0/thread/mutex_fullss.c build_sources_program-thread fll/level_0/thread/once.c fll/level_0/thread/onces.c fll/level_0/thread/oncess.c build_sources_program-thread fll/level_0/thread/semaphore.c fll/level_0/thread/semaphores.c fll/level_0/thread/semaphoress.c -build_sources_program-thread fll/level_0/thread/set.c fll/level_0/thread/sets.c fll/level_0/thread/setss.c build_sources_program-thread fll/level_0/thread/spin.c fll/level_0/thread/spins.c fll/level_0/thread/spinss.c build_sources_program fll/level_1/conversion.c fll/level_1/private-conversion.c fll/level_1/conversion/common.c