Commit 033b5b91 authored by Neal Norwitz's avatar Neal Norwitz

Use C-style comment

parent d338d460
......@@ -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 "
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment