diff options
Diffstat (limited to 'Python/dynload_stub.c')
| -rw-r--r-- | Python/dynload_stub.c | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/Python/dynload_stub.c b/Python/dynload_stub.c index 69f8b45..5916048 100644 --- a/Python/dynload_stub.c +++ b/Python/dynload_stub.c @@ -6,6 +6,4 @@  #include "importdl.h" -const struct filedescr _PyImport_DynLoadFiletab[] = { -	{0, 0} -}; +const char *_PyImport_DynLoadFiletab[] = {NULL}; | 
