]> granicus.if.org Git - python/commit
Vladimir Marangozov:
authorGuido van Rossum <guido@python.org>
Tue, 21 Dec 1999 15:55:47 +0000 (15:55 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 21 Dec 1999 15:55:47 +0000 (15:55 +0000)
commit96b5ee88ee8b2122c549bda1f73330428a189ff0
treea1609379331e2b0571a0bf2cea99fcd5c3b3b9fa
parent5731575449690d7821cb57e2af9388e14c8fba74
Vladimir Marangozov:

Here's a patch that avoids a warning caused by the "const char* pathname"
declaration for _PyImport_GetDynLoadFunc (in dynload_aix). The "aix_load"
function's 1st arg is prototyped as "char *pathname".
Python/dynload_aix.c