* Move Utf8Str struct to strings module, as that's the only place it's relevant

This commit is contained in:
Matthew Honnibal 2015-07-20 12:06:41 +02:00
parent 01a97b90f3
commit 128b6d9714

View File

@ -80,11 +80,6 @@ cdef struct TokenC:
int ent_type
cdef struct Utf8Str:
unsigned char* chars
int length
cdef struct UniStr:
Py_UNICODE* chars
size_t n