diff --git a/ext/_syckmodule.c b/ext/_syckmodule.c
index 00904a2..6ed7b15 100644
|
a
|
b
|
PySyckEmitter_node_handler(SyckEmitter *emitter, st_data_t id) |
| 1599 | 1599 | PyObject *key, *value, *item, *pair; |
| 1600 | 1600 | int j, k, l; |
| 1601 | 1601 | char *str; |
| 1602 | | int len; |
| 1603 | | int dict_pos; |
| | 1602 | Py_ssize_t len; |
| | 1603 | Py_ssize_t dict_pos; |
| 1604 | 1604 | |
| 1605 | 1605 | if (self->halt) return; |
| 1606 | 1606 | |
| … |
… |
PySyckEmitter_mark(PySyckEmitterObject *self, PyObject *root_node) |
| 1840 | 1840 | PySyckNodeObject *node; |
| 1841 | 1841 | PyObject *item, *key, *value, *pair; |
| 1842 | 1842 | PyObject *index; |
| 1843 | | int dict_pos; |
| | 1843 | Py_ssize_t dict_pos; |
| 1844 | 1844 | |
| 1845 | 1845 | last = 0; |
| 1846 | 1846 | syck_emitter_mark_node(self->emitter, last); |