diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/highlevel_c.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/highlevel_c.py b/tools/highlevel_c.py index 2cff3b3..b1c2dc3 100755 --- a/tools/highlevel_c.py +++ b/tools/highlevel_c.py @@ -72,7 +72,7 @@ def main(): idx = clang.cindex.Index.create() for filepath in compile_commands_get_files(compile_commands_file): - print("Parsing file: %s" % filepath) + #print("Parsing file: %s" % filepath) tu = idx.parse(filepath, args=['-std=c89'], options=0) parse(tu.cursor) |