diff --git a/gen/gen_cid/c_2_ast.py b/gen/gen_cid/c_2_ast.py index 68557e7..0fd104d 100644 --- a/gen/gen_cid/c_2_ast.py +++ b/gen/gen_cid/c_2_ast.py @@ -31,7 +31,7 @@ class C2AST: def _parse(self, cursor, path, follow_includes=False, parent_cursor=None): item = None - dont_recurse = False; + dont_recurse = False # dont parse excluded CursorKinds excluded_cursortypes = [CursorKind.INTEGER_LITERAL] if not cursor.kind in excluded_cursortypes: