Fix C99-ism, and add XXX to comment

This commit is contained in:
Thomas Wouters 2006-03-01 21:31:21 +00:00
parent 15bfc3b082
commit c3547a311e

View file

@ -849,7 +849,7 @@ convertsimple(PyObject *arg, const char **p_format, va_list *p_va, int flags,
arg, msgbuf, bufsize);
if (*format == '#') {
FETCH_SIZE;
assert(0); // redundant with if-case
assert(0); /* XXX redundant with if-case */
if (arg == Py_None)
*q = 0;
else