Kaydet (Commit) 96e48d46 authored tarafından Neal Norwitz's avatar Neal Norwitz

Use C-style comment

üst e3dd5b2c
...@@ -1808,7 +1808,7 @@ ast_for_expr_stmt(struct compiling *c, const node *n) ...@@ -1808,7 +1808,7 @@ ast_for_expr_stmt(struct compiling *c, const node *n)
if (!expr1) if (!expr1)
return NULL; 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) { switch (expr1->kind) {
case GeneratorExp_kind: case GeneratorExp_kind:
ast_error(ch, "augmented assignment to generator " 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