mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Change type on variable to silence gcc 4 warning. Call signature was found at
http://darwinsource.opendarwin.org/10.4.2/dyld-43.1/src/dyldAPIs.cpp .
This commit is contained in:
parent
532dacffd8
commit
bd9c3f7028
1 changed files with 1 additions and 1 deletions
|
@ -381,7 +381,7 @@ calculate_path(void)
|
|||
NSModule pythonModule;
|
||||
#endif
|
||||
#ifdef __APPLE__
|
||||
unsigned long nsexeclength = MAXPATHLEN;
|
||||
uint32_t nsexeclength = MAXPATHLEN;
|
||||
#endif
|
||||
|
||||
/* If there is no slash in the argv0 path, then we have to
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue