]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Some weird symbol (M_I386) was used to decide whether to include the
authorGuido van Rossum <guido@python.org>
Fri, 5 Feb 1999 22:34:57 +0000 (22:34 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 5 Feb 1999 22:34:57 +0000 (22:34 +0000)
commit8f81a22d41d222f785c23508e16e93a8436ad4e6
tree40a5c4fadf8d939c80963bac145c4c610464fc93
parentd42e46ead5d5f069a4fd11a24ee328d75ea31fb9
Some weird symbol (M_I386) was used to decide whether to include the
audioop module; this was no longer defined.  Use MS_WINDOWS instead.
(I have a feeling that this was for the WATCOM port; too bad.)
PC/config.c