Browse Source

semicolon in python?

master
heck 5 years ago
parent
commit
909df11972
  1. 2
      gen/gen_cid/c_2_ast.py

2
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:

Loading…
Cancel
Save