diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-04-30 17:44:45 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-04-30 17:44:45 +0000 |
commit | 5792e16f0562d206e1ef4e611f7b43ec53c92149 (patch) | |
tree | 08f714ca88c534f3bc2214ac8dec89210bf61138 /trio.c | |
parent | 02141eabb2ca4a9eef1085491759f43a99ab6581 (diff) | |
download | libxml2-5792e16f0562d206e1ef4e611f7b43ec53c92149.tar.gz |
- strio.h trio.c: Dan McNichol suggested a couple of small
fixes for AIX 4.3.3 using Visual Age 5.0.2 compiler
Daniel
Diffstat (limited to 'trio.c')
-rw-r--r-- | trio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -238,7 +238,7 @@ enum { /* Maximal length of locale separator strings */ MAX_LOCALE_SEPARATOR_LENGTH = 64, /* Maximal number of integers in grouping */ - MAX_LOCALE_GROUPS = 64, + MAX_LOCALE_GROUPS = 64 }; #define NO_GROUPING ((int)CHAR_MAX) |