Add a comment.
authorBruno Haible <bruno@clisp.org>
Sat, 21 Feb 2009 12:23:54 +0000 (13:23 +0100)
committerBruno Haible <bruno@clisp.org>
Sat, 21 Feb 2009 12:23:54 +0000 (13:23 +0100)
lib/uninorm/normalize-internal.h

index e1ef9c4..0533863 100644 (file)
@@ -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)