From 601121f985732dec3ce48cbcc00e66c8811d700a Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 21 Feb 2009 13:23:54 +0100 Subject: [PATCH] Add a comment. --- lib/uninorm/normalize-internal.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/uninorm/normalize-internal.h b/lib/uninorm/normalize-internal.h index e1ef9c48f4..05338635a4 100644 --- a/lib/uninorm/normalize-internal.h +++ b/lib/uninorm/normalize-internal.h @@ -22,7 +22,8 @@ /* Complete definition of normalization form descriptor. */ struct unicode_normalization_form { - /* Bit mask containing meta-information. */ + /* Bit mask containing meta-information. + This must be the first field. */ unsigned int description; #define NF_IS_COMPAT_DECOMPOSING (1 << 0) #define NF_IS_COMPOSING (1 << 1) -- 2.30.2