]> Kevux Git Server - fll/commitdiff
Cleanup: Remove double "const" and add missing changes that were supposed to be in...
authorKevin Day <thekevinday@gmail.com>
Sun, 13 Aug 2023 00:46:35 +0000 (19:46 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 13 Aug 2023 00:46:35 +0000 (19:46 -0500)
The previous progress commit is 8a9248d98b54f39824a335da036b7671d05bae1f.

build/stand_alone/fake.config.h
level_0/f_memory/c/memory/private-array.h

index 83922f38de8ecbb75fbd395efb1c1f7cf9fcdbf3..508d8359edfc1ee78199dd6f4ac4c2c6d3ee20a6 100644 (file)
 #define _di_f_account_group_name_by_id_
 //#define _di_f_account_id_by_name_
 #define _di_f_account_name_by_id_
-#define _di_f_accounts_adjust_
+#define _di_f_accounts_adjust_callback_
 #define _di_f_accounts_append_
 #define _di_f_accounts_append_all_
-#define _di_f_accounts_decimate_by_
-#define _di_f_accounts_decrease_by_
-#define _di_f_accounts_increase_
-#define _di_f_accounts_increase_by_
-#define _di_f_accounts_resize_
-#define _di_f_accountss_adjust_
+#define _di_f_accounts_resize_callback_
 #define _di_f_accountss_append_
 #define _di_f_accountss_append_all_
-#define _di_f_accountss_decimate_by_
-#define _di_f_accountss_decrease_by_
-#define _di_f_accountss_increase_
-#define _di_f_accountss_increase_by_
-#define _di_f_accountss_resize_
 #define _di_f_accountss_t_
 #define _di_f_accounts_t_
 //#define _di_f_account_t_
 #define _di_f_iki_datas_adjust_callback_
 #define _di_f_iki_datas_append_
 #define _di_f_iki_datas_append_all_
-#define _di_f_iki_datas_resize_callack_
+#define _di_f_iki_datas_resize_callback_
 #define _di_f_iki_datass_append_
 #define _di_f_iki_datass_append_all_
 #define _di_f_iki_datass_t_
index f04866caab0c7e0574a13120eb555059bdeca3fc..65ebbfc9a9f2117fc00a8ecea329184f8f34fe29 100644 (file)
@@ -42,7 +42,7 @@ extern "C" {
  * @see f_memory_adjust()
  */
 #if !defined(_di_f_memory_array_adjust_) || !defined(_di_f_memory_array_decimate_by_)
-  extern f_status_t private_f_memory_array_adjust(const f_number_unsigned_t length, const size_t width, void ** const const array, f_number_unsigned_t * const used, f_number_unsigned_t * const size) F_attribute_visibility_internal_d;
+  extern f_status_t private_f_memory_array_adjust(const f_number_unsigned_t length, const size_t width, void ** const array, f_number_unsigned_t * const used, f_number_unsigned_t * const size) F_attribute_visibility_internal_d;
 #endif // !defined(_di_f_memory_array_adjust_) || !defined(_di_f_memory_array_decimate_by_)
 
 /**