diff options
author | Gregory P. Smith <greg@krypto.org> | 2012-11-10 21:08:35 -0800 |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2012-11-10 21:08:35 -0800 |
commit | f6128db16b5187864ee8da2078d87bd52539fcad (patch) | |
tree | af42c874e1018ca9364a6db7e71519534d50d142 /Python/dynload_stub.c | |
parent | a4eb9cd2ed70bb68d5ec8adb15a3d2b9b7ed7800 (diff) | |
parent | e289369efdb4e18f4a82ada19773bda9bd5b1781 (diff) | |
download | cpython-f6128db16b5187864ee8da2078d87bd52539fcad.tar.gz |
null merge
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 69f8b450b3..59160483ca 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}; |