A patch for localedef.
H.J. Lu
hjl@lucon.org
Sat Oct 24 18:22:00 GMT 1998
Locale data in VSX-PCT do not define repertoiremap.
--
H.J. Lu (hjl@gnu.org)
---
Sat Oct 24 18:20:38 1998 H.J. Lu <hjl@gnu.org>
* locale/programs/localedef.c (repertoiremap): Default to
"mnemonic.ds".
Index: locale/programs/localedef.c
===================================================================
RCS file: /home/work/cvs/gnu/glibc/locale/programs/localedef.c,v
retrieving revision 1.1.1.10
diff -u -r1.1.1.10 localedef.c
--- localedef.c 1998/10/20 14:17:11 1.1.1.10
+++ localedef.c 1998/10/20 15:01:24
@@ -78,7 +78,7 @@
static const char *input_file;
/* Name of the repertoire map file. */
-const char *repertoiremap;
+const char *repertoiremap = "mnemonic.ds";
/* Name and version of program. */
More information about the Libc-hacker
mailing list