From: Daan De Meyer Date: Wed, 21 May 2025 08:31:21 +0000 (+0200) Subject: pcre2-util: Make sure PatternCompileCase enum is named X-Git-Tag: v258-rc1~557^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cb9717bdc8814ce5e1b2e73f755051e864f3acb;p=thirdparty%2Fsystemd.git pcre2-util: Make sure PatternCompileCase enum is named --- diff --git a/src/shared/pcre2-util.h b/src/shared/pcre2-util.h index 1e2ff96799e..e9ce0b21d8e 100644 --- a/src/shared/pcre2-util.h +++ b/src/shared/pcre2-util.h @@ -29,7 +29,7 @@ typedef struct {} pcre2_code; extern const struct hash_ops pcre2_code_hash_ops_free; -typedef enum { +typedef enum PatternCompileCase { PATTERN_COMPILE_CASE_AUTO, PATTERN_COMPILE_CASE_SENSITIVE, PATTERN_COMPILE_CASE_INSENSITIVE,