remove wrong markup
[python.git] / Python / dynload_stub.c
blob69f8b450b3aecc4ef7e82bd2f6f488226b22c2d0
2 /* This module provides the necessary stubs for when dynamic loading is
3 not present. */
5 #include "Python.h"
6 #include "importdl.h"
9 const struct filedescr _PyImport_DynLoadFiletab[] = {
10 {0, 0}