From: Neal Norwitz Date: Sun, 5 Feb 2006 02:07:19 +0000 (+0000) Subject: Use C-style comment X-Git-Tag: v2.5a0~718 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=96e48d4698a54901eb362377d18774836c32b2a4;p=thirdparty%2FPython%2Fcpython.git Use C-style comment --- diff --git a/Python/ast.c b/Python/ast.c index a2b69f5ce7b9..5d91344ed0e8 100644 --- a/Python/ast.c +++ b/Python/ast.c @@ -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 "