]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix #4846 (Py_UNICODE_ISSPACE causes linker error) by moving the declaration
authorMarc-André Lemburg <mal@egenix.com>
Mon, 5 Jan 2009 19:43:35 +0000 (19:43 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Mon, 5 Jan 2009 19:43:35 +0000 (19:43 +0000)
commit3741bfdd3c789704f95b7969afa52f1053660e90
tree2ed475e7ca37f441ae9360c31531ae6a50c5aa16
parentf99b0110a8b54524b6701a09b44d2eb149581385
Fix #4846 (Py_UNICODE_ISSPACE causes linker error) by moving the declaration
into the extern "C" section.

Add a few more comments and apply some minor edits to make the file contents
fit the original structure again.
Include/unicodeobject.h