]> granicus.if.org Git - python/commitdiff
Fix C99-ism, and add XXX to comment
authorThomas Wouters <thomas@python.org>
Wed, 1 Mar 2006 21:31:21 +0000 (21:31 +0000)
committerThomas Wouters <thomas@python.org>
Wed, 1 Mar 2006 21:31:21 +0000 (21:31 +0000)
Python/getargs.c

index 4f4164e9da1ba822aa8779a5024d1f8e74eef706..8ee7d2fcbb3c04d487b1e96c99c3012feaea790a 100644 (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