]> granicus.if.org Git - python/commit
_PyUnicode_IsWhitespace(),
authorTim Peters <tim.peters@gmail.com>
Sat, 29 Oct 2005 02:33:18 +0000 (02:33 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 29 Oct 2005 02:33:18 +0000 (02:33 +0000)
commit2576c97f529009514501e53eae9351487dd7c149
treef2acd12676de4dbda64ef35e0282aafab06e0169
parent00b5c932f3003765d8b322820122dee20cb68057
_PyUnicode_IsWhitespace(),
_PyUnicode_IsLinebreak():
Changed the declarations to match the definitions.

Don't know why they differed; MSVC warned about it;
don't know why only these two functions use "const".
Someone who does may want to do something saner ;-).
Include/unicodeobject.h