From 3c1a5f298c9c1227020bbd61f50536829c4b5a9c Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 9 Feb 2025 00:37:45 -0600 Subject: [PATCH] Update: With recent FLL changes, such as f_uid_t. --- data/build/stand_alone/config.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/data/build/stand_alone/config.h b/data/build/stand_alone/config.h index d4de627..986e6ca 100644 --- a/data/build/stand_alone/config.h +++ b/data/build/stand_alone/config.h @@ -405,6 +405,16 @@ #define _di_f_fll_idss_delete_callback_ #define _di_f_fll_idss_destroy_callback_ #define _di_f_fll_idss_t_ +#define _di_f_gid_t_ +#define _di_f_gids_t_ +#define _di_f_gidss_delete_callback_ +#define _di_f_gidss_destroy_callback_ +#define _di_f_gidss_t_ +#define _di_f_id_t_ +#define _di_f_ids_t_ +#define _di_f_idss_delete_callback_ +#define _di_f_idss_destroy_callback_ +#define _di_f_idss_t_ //#define _di_f_fss_apply_delimit_ #define _di_f_fss_apply_delimit_range_ //#define _di_f_fss_complete_e_ @@ -1464,6 +1474,11 @@ //#define _di_f_type_file_flag_d_ //#define _di_f_type_number_64_t_ //#define _di_f_type_sizes_d_ +#define _di_f_uid_t_ +#define _di_f_uids_t_ +#define _di_f_uidss_delete_callback_ +#define _di_f_uidss_destroy_callback_ +#define _di_f_uidss_t_ //#define _di_f_uint128_t_ #define _di_f_uint128s_t_ #define _di_f_uint128ss_delete_callback_ @@ -1695,6 +1710,7 @@ #define _di_f_utf_unicode_string_to_ #define _di_f_utf_unicode_to_ #define _di_f_utf_width_e_ +#define _di_f_void_call_t_ //#define _di_fl_conversion_data_base_10_c_ #define _di_fl_conversion_data_base_12_c_ #define _di_fl_conversion_data_base_16_c_ @@ -1747,6 +1763,7 @@ #define _di_fl_fss_payload_header_map_ #define _di_fl_fss_payload_header_maps_ #define _di_fl_fss_payload_header_state_t_ +#define _di_fl_print_call_t_ //#define _di_fl_print_debug_s_ //#define _di_fl_print_error_s_ //#define _di_fl_print_format_ -- 1.8.3.1