]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
The attempt to protect against MS_WIN16 compilers that do not support long
authorFred Drake <fdrake@acm.org>
Mon, 14 Aug 2000 20:59:57 +0000 (20:59 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 14 Aug 2000 20:59:57 +0000 (20:59 +0000)
commitccede598894e780cb3e4ef80aeede313f62bb1fb
tree315b2f238cb4e92caf706992061c9d372c370dab
parent6bd8b252e0cd4a933b514251e9b92e22ca2ea45a
The attempt to protect against MS_WIN16 compilers that do not support long
string literals has not been tested on an MS_WIN16 platform; the trailing
";" was inside the #ifndef MS_WIN16, which should cause an error (missing
semi-colon) when compiled with that symbol #defined.
Python/sysmodule.c