]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
pcre2-util: Make sure PatternCompileCase enum is named
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 21 May 2025 08:31:21 +0000 (10:31 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 21 May 2025 08:37:18 +0000 (10:37 +0200)
src/shared/pcre2-util.h

index 1e2ff96799e2b6a602f62116f0d7f8119303f9ff..e9ce0b21d8e6967ae91a2178b119532e41a87163 100644 (file)
@@ -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,