Changeset 391 for python/trunk/Modules/expat/xmltok_impl.c
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Modules/expat/xmltok_impl.c
r2 r391 2 2 See the file COPYING for copying permission. 3 3 */ 4 5 /* This file is included! */ 6 #ifdef XML_TOK_IMPL_C 4 7 5 8 #ifndef IS_INVALID_CHAR … … 883 886 { 884 887 if (ptr == end) 885 return -XML_TOK_PERCENT;888 return XML_TOK_PARTIAL; 886 889 switch (BYTE_TYPE(enc, ptr)) { 887 890 CHECK_NMSTRT_CASES(enc, ptr, end, nextTokPtr) … … 1778 1781 #undef CHECK_NMSTRT_CASES 1779 1782 1783 #endif /* XML_TOK_IMPL_C */
Note:
See TracChangeset
for help on using the changeset viewer.