Kaydet (Commit) b12d8579 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Move sys_stream and sys_isatty out of the have-langinfo block.

üst 99815892
...@@ -138,9 +138,9 @@ Py_InitializeEx(int install_sigs) ...@@ -138,9 +138,9 @@ Py_InitializeEx(int install_sigs)
char *errors = NULL; char *errors = NULL;
int free_codeset = 0; int free_codeset = 0;
int overridden = 0; int overridden = 0;
PyObject *sys_stream, *sys_isatty;
#if defined(Py_USING_UNICODE) && defined(HAVE_LANGINFO_H) && defined(CODESET) #if defined(Py_USING_UNICODE) && defined(HAVE_LANGINFO_H) && defined(CODESET)
char *saved_locale, *loc_codeset; char *saved_locale, *loc_codeset;
PyObject *sys_stream, *sys_isatty;
#endif #endif
#ifdef MS_WINDOWS #ifdef MS_WINDOWS
char ibuf[128]; char ibuf[128];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment