low-hanging fruit in Python/ - g++ still hates all the enum_kind declarations

in Python/Python-ast.c. Not sure what to do about those.
This commit is contained in:
Anthony Baxter 2006-04-11 07:43:46 +00:00
parent a62862120d
commit a863d334aa
4 changed files with 24 additions and 22 deletions

View file

@ -2328,6 +2328,8 @@ ast2obj_stmt(void* _o)
result = PyType_GenericNew(Continue_type, NULL, NULL);
if (!result) goto failed;
break;
default:
;
}
value = ast2obj_int(o->lineno);
if (!value) goto failed;