Commit e36fe53d authored by Christian Heimes's avatar Christian Heimes

How did the comment get there?

parent 02c9ab56
...@@ -1341,7 +1341,7 @@ ast_for_atom(struct compiling *c, const node *n) ...@@ -1341,7 +1341,7 @@ ast_for_atom(struct compiling *c, const node *n)
"backquote not supported in 3.x", "backquote not supported in 3.x",
"<unknown>", LINENO(n), "<unknown>", LINENO(n),
NULL, NULL)) { NULL, NULL)) {
; //return NULL; return NULL;
} }
} }
expr_ty expression = ast_for_testlist(c, CHILD(n, 1)); expr_ty expression = ast_for_testlist(c, CHILD(n, 1));
......
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