Show More
@@ -94,8 +94,8 b' static Py_ssize_t index_length(const ind' | |||
|
94 | 94 | return self->length + PyList_GET_SIZE(self->added); |
|
95 | 95 | } |
|
96 | 96 | |
|
97 | static PyObject *nullentry; | |
|
98 | static const char nullid[20]; | |
|
97 | static PyObject *nullentry = NULL; | |
|
98 | static const char nullid[20] = {0}; | |
|
99 | 99 | |
|
100 | 100 | static Py_ssize_t inline_scan(indexObject *self, const char **offsets); |
|
101 | 101 |
General Comments 0
You need to be logged in to leave comments.
Login now