]> granicus.if.org Git - python/commitdiff
Use C-style comment
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 5 Feb 2006 02:07:19 +0000 (02:07 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 5 Feb 2006 02:07:19 +0000 (02:07 +0000)
Python/ast.c

index a2b69f5ce7b90fb110011a9d2bc2b71fba15674a..5d91344ed0e86736b6f8ea1162e0501ccd3aea57 100644 (file)
@@ -1808,7 +1808,7 @@ ast_for_expr_stmt(struct compiling *c, const node *n)
 
         if (!expr1)
             return NULL;
-        // TODO(jhylton): Figure out why set_context() can't be used here.
+        /* TODO(jhylton): Figure out why set_context() can't be used here. */
         switch (expr1->kind) {
             case GeneratorExp_kind:
                 ast_error(ch, "augmented assignment to generator "