mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
#4532: fixes to make 3.x compile on QNX 6.3.2 (reported by Matt Kraai)
This commit is contained in:
@@ -180,7 +180,7 @@ Py_InitializeEx(int install_sigs)
|
||||
return;
|
||||
initialized = 1;
|
||||
|
||||
#ifdef HAVE_SETLOCALE
|
||||
#if defined(HAVE_LANGINFO_H) && defined(HAVE_SETLOCALE)
|
||||
/* Set up the LC_CTYPE locale, so we can obtain
|
||||
the locale's charset without having to switch
|
||||
locales. */
|
||||
|
||||
Reference in New Issue
Block a user