From b35f7836eb509d5653b6c5346e0f76ed8a8799dd Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Tue, 19 Aug 2014 05:41:11 -0700 Subject: Mention Clang for Windows in the README & using_gcc_E_libc example. Brought up in #38. --- examples/using_gcc_E_libc.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples') 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 -- cgit v1.2.1