aboutsummaryrefslogtreecommitdiffstats
path: root/trio.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-04-30 17:44:45 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-04-30 17:44:45 +0000
commit5792e16f0562d206e1ef4e611f7b43ec53c92149 (patch)
tree08f714ca88c534f3bc2214ac8dec89210bf61138 /trio.c
parent02141eabb2ca4a9eef1085491759f43a99ab6581 (diff)
downloadandroid_external_libxml2-5792e16f0562d206e1ef4e611f7b43ec53c92149.tar.gz
android_external_libxml2-5792e16f0562d206e1ef4e611f7b43ec53c92149.tar.bz2
android_external_libxml2-5792e16f0562d206e1ef4e611f7b43ec53c92149.zip
- 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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/trio.c b/trio.c
index 84b4a2b8..241d6c22 100644
--- a/trio.c
+++ b/trio.c
@@ -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)