module: unicode: #ifdef out unused U8_UNICODE_320

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Alexander Motin <mav@FreeBSD.org>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #16704
This commit is contained in:
наб
2024-10-30 12:50:30 +01:00
committed by Brian Behlendorf
parent 5e726779f5
commit e17a9698fa
2 changed files with 48 additions and 0 deletions
+4
View File
@@ -68,8 +68,12 @@ extern "C" {
#define U8_TEXTPREP_IGNORE_INVALID (0x00020000)
#define U8_TEXTPREP_NOWAIT (0x00040000)
#if 0
#define U8_UNICODE_320 (0)
#define U8_UNICODE_500 (1)
#else
#define U8_UNICODE_500 (0)
#endif
#define U8_UNICODE_LATEST (U8_UNICODE_500)
#define U8_VALIDATE_ENTIRE (0x00100000)