aboutsummaryrefslogtreecommitdiff
path: root/examples/using_gcc_E_libc.py
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2016-02-26 05:39:35 -0800
committerEli Bendersky <eliben@gmail.com>2016-02-26 05:39:35 -0800
commitad938363e4f0f2bcb8349e0ad77be0f8d4fce56c (patch)
treebc696f25cc22d6c3c6e9a0751fa6bf5698864f27 /examples/using_gcc_E_libc.py
parentbf6aa16944ed88d6b9135a8b185e1bc31ad4c30b (diff)
downloadpycparser-ad938363e4f0f2bcb8349e0ad77be0f8d4fce56c.tar.gz
Clarify where examples should be run from
Diffstat (limited to 'examples/using_gcc_E_libc.py')
-rw-r--r--examples/using_gcc_E_libc.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/using_gcc_E_libc.py b/examples/using_gcc_E_libc.py
index 789c0c3..8c9e713 100644
--- a/examples/using_gcc_E_libc.py
+++ b/examples/using_gcc_E_libc.py
@@ -27,5 +27,4 @@ if __name__ == "__main__":
ast = parse_file(filename, use_cpp=True,
cpp_path='gcc',
cpp_args=['-E', r'-Iutils/fake_libc_include'])
-
ast.show()