From: Thomas Wouters Date: Wed, 1 Mar 2006 21:31:21 +0000 (+0000) Subject: Fix C99-ism, and add XXX to comment X-Git-Tag: v2.5a0~430 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3547a311eda0e8c398841b40b5beed332de499e;p=python Fix C99-ism, and add XXX to comment --- diff --git a/Python/getargs.c b/Python/getargs.c index 4f4164e9da..8ee7d2fcbb 100644 --- a/Python/getargs.c +++ b/Python/getargs.c @@ -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