chiark
/
gitweb
/
~mdw
/
mLib-python
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
debian/source/format: Apparently we're supposed to have one of these.
[mLib-python]
/
codec.pyx
diff --git
a/codec.pyx
b/codec.pyx
index 815e6b236bbcad80508c5fcb6789aee619a4e35c..1b395af67e26f3041956f76f6e66cb702a910208 100644
(file)
--- a/
codec.pyx
+++ b/
codec.pyx
@@
-50,6
+50,7
@@
cdef extern from 'mLib/codec.h':
CDCF_IGNEQMID
CDCF_IGNZPAD
CDCF_IGNNEWL
+ CDCF_IGNSPC
CDCF_IGNINVCH
CDCF_IGNJUNK
@@
-69,6
+70,7
@@
class CDCF:
IGNEQMID = CDCF_IGNEQMID
IGNZPAD = CDCF_IGNZPAD
IGNNEWL = CDCF_IGNNEWL
+ IGNSPC = CDCF_IGNSPC
IGNINVCH = CDCF_IGNINVCH
IGNJUNK = CDCF_IGNJUNK