From 2dafb0e30f1f4d689fc40a5f81c84dc8558ade3e Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Tue, 24 Aug 2021 22:08:52 +0200 Subject: [PATCH] Add comments to grouped character properties [ci skip] --- ext/mbstring/php_unicode.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/mbstring/php_unicode.h b/ext/mbstring/php_unicode.h index 36a6955830a..a21191250c0 100644 --- a/ext/mbstring/php_unicode.h +++ b/ext/mbstring/php_unicode.h @@ -66,8 +66,8 @@ #define UC_AL 32 /* Arabic Letter */ /* Merged property categories */ -#define UC_C 33 -#define UC_P 34 +#define UC_C 33 /* Control */ +#define UC_P 34 /* Punctuation */ /* Derived properties from DerivedCoreProperties.txt */ #define UC_CASED 35