comparison src/intl.c @ 223:2c611d1463a6 r20-4b10

Import from CVS: tag r20-4b10
author cvs
date Mon, 13 Aug 2007 10:10:54 +0200
parents 3d6bfa290dbd
children 8626e4521993
comparison
equal deleted inserted replaced
222:aae4c8b01452 223:2c611d1463a6
294 void 294 void
295 init_intl_very_early (void) 295 init_intl_very_early (void)
296 { 296 {
297 #if defined (I18N2) || defined (I18N3) || defined (I18N4) 297 #if defined (I18N2) || defined (I18N3) || defined (I18N4)
298 setlocale (LC_ALL, ""); 298 setlocale (LC_ALL, "");
299 setlocale(LC_NUMERIC, "C");
299 #endif 300 #endif
300 301
301 #ifdef I18N3 302 #ifdef I18N3
302 textdomain ("emacs"); 303 textdomain ("emacs");
303 #endif 304 #endif