summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2014-08-19 05:41:11 -0700
committerEli Bendersky <eliben@gmail.com>2014-08-19 05:41:11 -0700
commitb35f7836eb509d5653b6c5346e0f76ed8a8799dd (patch)
tree3ceb7c57610e962b0be7fce24a1291e70784ea75 /examples
parent6bbe0d69059ab3f0b0fb9a95ff8c8179b67e6c6b (diff)
downloadpycparser-b35f7836eb509d5653b6c5346e0f76ed8a8799dd.tar.gz
Mention Clang for Windows in the README & using_gcc_E_libc example.
Brought up in #38.
Diffstat (limited to 'examples')
-rw-r--r--examples/using_gcc_E_libc.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/using_gcc_E_libc.py b/examples/using_gcc_E_libc.py
index e8ea745..5e9c61a 100644
--- a/examples/using_gcc_E_libc.py
+++ b/examples/using_gcc_E_libc.py
@@ -2,7 +2,8 @@
# pycparser: using_gcc_E_libc.py
#
# Similar to the using_cpp_libc.py example, but uses 'gcc -E' instead
-# of 'cpp'.
+# of 'cpp'. The same can be achieved with Clang instead of gcc. If you have
+# Clang installed, simply replace 'gcc' with 'clang' here.
#
# Copyright (C) 2008-2014, Eli Bendersky
# License: BSD