summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2015-05-18 06:33:01 -0700
committerEli Bendersky <eliben@gmail.com>2015-05-18 06:33:01 -0700
commit3a5bfeab5d0a4e76bb1399b0208950072b28d6af (patch)
tree7c59ae5a69db248606e4f5b81c704090543a262a /README.rst
parenta1334e5550b17a52d1826d0732d01f98412fd1ce (diff)
downloadpycparser-3a5bfeab5d0a4e76bb1399b0208950072b28d6af.tar.gz
Wipe out more mentions of lcc's cpp
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 3e1e90d..a9eb873 100644
--- a/README.rst
+++ b/README.rst
@@ -207,9 +207,6 @@ pycparser/:
tests/:
Unit tests.
-utils/cpp.exe:
- A Windows executable of the C pre-processor suitable for working with pycparser
-
utils/fake_libc_include:
Minimal standard C library include files that should allow to parse any C code.