projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8424f04
)
Add a comment.
author
Bruno Haible
<bruno@clisp.org>
Sat, 21 Feb 2009 12:23:54 +0000
(13:23 +0100)
committer
Bruno Haible
<bruno@clisp.org>
Sat, 21 Feb 2009 12:23:54 +0000
(13:23 +0100)
lib/uninorm/normalize-internal.h
patch
|
blob
|
history
diff --git
a/lib/uninorm/normalize-internal.h
b/lib/uninorm/normalize-internal.h
index e1ef9c48f4a2a8106351b59d09935fdbced1e779..05338635a4263122da527172856a4c5f4617f040 100644
(file)
--- 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)