This is the mail archive of the libc-hacker@sourceware.cygnus.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

A patch for localedef.


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.  */


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]