]> granicus.if.org Git - python/commit
Try to supply a prototype for the module init function but avoid
authorTim Peters <tim.peters@gmail.com>
Sat, 26 Aug 2000 07:38:06 +0000 (07:38 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 26 Aug 2000 07:38:06 +0000 (07:38 +0000)
commit6d7c442e03b3e850ef0af5a6ee2a4e5947dfb70a
tree317a02e70d6bf79ea8baf63ce12c61c386c1eaa0
parent018cbb15c04aa544708430bb5b91aebe3e808923
Try to supply a prototype for the module init function but avoid
Windows "inconsistent linkage" warnings at the same time.  I agree
with Mark Hammond that the whole DL_IMPORT/DL_EXPORT macro system
needs an overhaul; this is just an expedient hack until then.
Modules/parsermodule.c
Modules/pyexpat.c