aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-04-06 13:06:31 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-04-06 13:06:31 +0200
commit6c06ea50fff535ebf8f53f537800699a8f37c831 (patch)
tree95d90e40ebf166c584ef21547d34603638129079 /include
parentb5b63552ff48ceb440a8dac590628ffe4e5e5751 (diff)
Use clang::__flag_enum__ instead of clang::flag_enum
Diffstat (limited to 'include')
-rw-r--r--include/unicode/prop.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unicode/prop.h b/include/unicode/prop.h
index 25bffe7..7325c8b 100644
--- a/include/unicode/prop.h
+++ b/include/unicode/prop.h
@@ -5,7 +5,7 @@
#include "__rune.h"
-enum [[clang::flag_enum]] uprop_gc : uint_fast32_t {
+enum [[clang::__flag_enum__]] uprop_gc : uint_fast32_t {
GC_CN = UINT32_C(1) << 0, /* Not Assigned */
GC_CC = UINT32_C(1) << 1, /* Control */
GC_CF = UINT32_C(1) << 2, /* Format */