diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c index 18a6619abba..8ef162ab606 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -6958,7 +6958,6 @@ x_term_init (display_name, xrm_option, resource_name) | |||
| 6958 | setlocale (LC_ALL, ""); | 6958 | setlocale (LC_ALL, ""); |
| 6959 | /* In case we just overrode what init_lread did, redo it. */ | 6959 | /* In case we just overrode what init_lread did, redo it. */ |
| 6960 | setlocale (LC_NUMERIC, "C"); | 6960 | setlocale (LC_NUMERIC, "C"); |
| 6961 | setlocale (LC_TIME, "C"); | ||
| 6962 | #endif | 6961 | #endif |
| 6963 | 6962 | ||
| 6964 | #ifdef USE_X_TOOLKIT | 6963 | #ifdef USE_X_TOOLKIT |
| @@ -6990,7 +6989,6 @@ x_term_init (display_name, xrm_option, resource_name) | |||
| 6990 | #ifdef HAVE_X11XTR6 | 6989 | #ifdef HAVE_X11XTR6 |
| 6991 | /* I think this is to compensate for XtSetLanguageProc. */ | 6990 | /* I think this is to compensate for XtSetLanguageProc. */ |
| 6992 | setlocale (LC_NUMERIC, "C"); | 6991 | setlocale (LC_NUMERIC, "C"); |
| 6993 | setlocale (LC_TIME, "C"); | ||
| 6994 | #endif | 6992 | #endif |
| 6995 | } | 6993 | } |
| 6996 | 6994 | ||