summaryrefslogtreecommitdiffstats
path: root/Modules/getpath.c
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2010-02-22 23:26:10 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2010-02-22 23:26:10 (GMT)
commitb2ceb3ad9e30db522ee26fe340af18397c607c24 (patch)
tree629a4813a37482459e3b77fe655a3597522a35a6 /Modules/getpath.c
parente1f9bebd991bc8aff0f4f1ca8774b029eb875584 (diff)
downloadcpython-b2ceb3ad9e30db522ee26fe340af18397c607c24.zip
cpython-b2ceb3ad9e30db522ee26fe340af18397c607c24.tar.gz
cpython-b2ceb3ad9e30db522ee26fe340af18397c607c24.tar.bz2
#4532: fixes to make 3.x compile on QNX 6.3.2 (reported by Matt Kraai)
Diffstat (limited to 'Modules/getpath.c')
-rw-r--r--Modules/getpath.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/getpath.c b/Modules/getpath.c
index b7f178e..a371cb3 100644
--- a/Modules/getpath.c
+++ b/Modules/getpath.c
@@ -129,7 +129,7 @@ static wchar_t prefix[MAXPATHLEN+1];
static wchar_t exec_prefix[MAXPATHLEN+1];
static wchar_t progpath[MAXPATHLEN+1];
static wchar_t *module_search_path = NULL;
-static wchar_t lib_python[] = L"lib/python" VERSION;
+static wchar_t *lib_python = L"lib/python" VERSION;
/* In principle, this should use HAVE__WSTAT, and _wstat
should be detected by autoconf. However, no current