Mercurial > hg > octave-lojdl > gnulib-hg
changeset 11200:44237140eaf3
Add a comment.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sat, 21 Feb 2009 13:23:54 +0100 |
parents | c9a58fa0ec8d |
children | 46da6d119a43 |
files | lib/uninorm/normalize-internal.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)