summaryrefslogtreecommitdiffstats
path: root/Python/dynload_dl.c
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-09-15 00:03:13 (GMT)
committerGreg Ward <gward@python.net>2000-09-15 00:03:13 (GMT)
commit3fff8d2969f9b7298d12991432c9de45bf56357b (patch)
tree540d8a9da77100bc305f3e227e31147f528984d1 /Python/dynload_dl.c
parentf3d41272c6c5d576471f5c80108a96386bc51558 (diff)
downloadcpython-3fff8d2969f9b7298d12991432c9de45bf56357b.zip
cpython-3fff8d2969f9b7298d12991432c9de45bf56357b.tar.gz
cpython-3fff8d2969f9b7298d12991432c9de45bf56357b.tar.bz2
Fixed so 'parse_makefile()' uses the TextFile class to ensure that
comments are stripped and lines are joined according to the backslash convention.
Diffstat (limited to 'Python/dynload_dl.c')
0 files changed, 0 insertions, 0 deletions
l num">0,0,0,115,14,0,0,0,72,101,108,108,111,32,119, 111,114,108,100,46,46,46,78,40,0,0,0,0,40,0,0, 0,0,40,0,0,0,0,40,0,0,0,0,115,8,0,0, 0,104,101,108,108,111,46,112,121,115,1,0,0,0,63,1, 0,0,0,115,0,0,0,0, }; #define SIZE (int)sizeof(M___hello__) static struct _frozen _PyImport_FrozenModules[] = { /* Test module */ {"__hello__", M___hello__, SIZE}, /* Test package (negative size indicates package-ness) */ {"__phello__", M___hello__, -SIZE}, {"__phello__.spam", M___hello__, SIZE}, {0, 0, 0} /* sentinel */ }; /* Embedding apps may change this pointer to point to their favorite collection of frozen modules: */ struct _frozen *PyImport_FrozenModules = _PyImport_FrozenModules;