summaryrefslogtreecommitdiffstats
path: root/Modules/cPickle.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-04-21 20:33:00 (GMT)
committerGuido van Rossum <guido@python.org>2000-04-21 20:33:00 (GMT)
commit2dd8dddef412c64692f2ba6eb297411a00ff5d29 (patch)
treefb6237a48ea61f31445763c4e38b667587c27bda /Modules/cPickle.c
parentace88aebbbbb5c96eb3dd88308d03d3d3b9c73e5 (diff)
downloadcpython-2dd8dddef412c64692f2ba6eb297411a00ff5d29.zip
cpython-2dd8dddef412c64692f2ba6eb297411a00ff5d29.tar.gz
cpython-2dd8dddef412c64692f2ba6eb297411a00ff5d29.tar.bz2
Use an explicit macro SOCKETCLOSE which expands to closesocket (on
Windows), soclose (on OS2), or to close (everywhere else). Hopefully this fixes a new compilation error that I suddenly get on Windows because the macro definition for close -> closesocket apparently was done before including io.h, which contains a prototype for close. (No idea why this wasn't an error before.)
Diffstat (limited to 'Modules/cPickle.c')
0 files changed, 0 insertions, 0 deletions