From b12d8579e362bb33c54db5ae4db94c88e68f0304 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Sun, 1 Jun 2008 08:06:17 +0000 Subject: Move sys_stream and sys_isatty out of the have-langinfo block. --- Python/pythonrun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/pythonrun.c b/Python/pythonrun.c index c30bf65..aefef06 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -138,9 +138,9 @@ Py_InitializeEx(int install_sigs) char *errors = NULL; int free_codeset = 0; int overridden = 0; + PyObject *sys_stream, *sys_isatty; #if defined(Py_USING_UNICODE) && defined(HAVE_LANGINFO_H) && defined(CODESET) char *saved_locale, *loc_codeset; - PyObject *sys_stream, *sys_isatty; #endif #ifdef MS_WINDOWS char ibuf[128]; -- cgit v0.12