]> Kevux Git Server - fll/commitdiff
Update: Add missing macro macro_f_utf_string_t_initialize().
authorKevin Day <kevin@kevux.org>
Thu, 30 Mar 2023 04:51:23 +0000 (23:51 -0500)
committerKevin Day <kevin@kevux.org>
Thu, 30 Mar 2023 04:51:23 +0000 (23:51 -0500)
level_0/f_utf/c/utf/common.h

index a7162452435bca337f5e91dec488d8272ff2392d..6950f08ec8718a8b4c9d08e244f7fdc6d7d77d2d 100644 (file)
@@ -363,6 +363,8 @@ extern "C" {
 
   #define f_utf_string_t_initialize 0
 
+  #define macro_f_utf_string_t_initialize(string) string
+
   #define macro_f_utf_string_t_clear(string) string = 0;
 
   #define macro_f_utf_string_t_resize(status, string, length_old, length_new) status = f_memory_resize(length_old, length_new, sizeof(f_utf_string_t), (void **) & string);