From f491022b015bd5f7d4662179ae279845305097ae Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Wed, 4 Sep 2024 18:56:22 -0500 Subject: [PATCH] Update: The stand alone builds to handle the added use of f_utf_buffer_decrement(). --- build/stand_alone/fake.config.h | 2 +- build/stand_alone/firewall.config.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build/stand_alone/fake.config.h b/build/stand_alone/fake.config.h index b0bcf8e..aced428 100644 --- a/build/stand_alone/fake.config.h +++ b/build/stand_alone/fake.config.h @@ -1953,7 +1953,7 @@ #define _di_f_uint8ss_destroy_callback_ //#define _di_f_uint8ss_t_ //#define _di_f_uint8s_t_ -#define _di_f_utf_buffer_decrement_ +//#define _di_f_utf_buffer_decrement_ //#define _di_f_utf_buffer_increment_ //#define _di_f_utf_byte_d_ #define _di_f_utf_character_is_ diff --git a/build/stand_alone/firewall.config.h b/build/stand_alone/firewall.config.h index 3a85565..f464f3a 100644 --- a/build/stand_alone/firewall.config.h +++ b/build/stand_alone/firewall.config.h @@ -2036,7 +2036,7 @@ #define _di_f_uint8ss_destroy_callback_ //#define _di_f_uint8ss_t_ //#define _di_f_uint8s_t_ -#define _di_f_utf_buffer_decrement_ +//#define _di_f_utf_buffer_decrement_ //#define _di_f_utf_buffer_increment_ //#define _di_f_utf_byte_d_ #define _di_f_utf_character_is_ -- 1.8.3.1