How did the comment get there?

This commit is contained in:
Christian Heimes 2007-11-23 12:16:35 +00:00
parent 02c9ab568d
commit e36fe53d68

View file

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