commit | 2576c97f529009514501e53eae9351487dd7c149 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Sat Oct 29 02:33:18 2005 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Sat Oct 29 02:33:18 2005 +0000 |
tree | f2acd12676de4dbda64ef35e0282aafab06e0169 | |
parent | 00b5c932f3003765d8b322820122dee20cb68057 [diff] |
_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 ;-).