diff options
author | Fred Drake <fdrake@acm.org> | 2000-07-09 14:39:29 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-07-09 14:39:29 (GMT) |
commit | ce81d59c0cb1be048c279f0acf5205da77a82e23 (patch) | |
tree | 74d8203c4609e866336696f895f39a8a9fe906bc /acconfig.h | |
parent | 3cd2ee4037156e5aab352a75b1e879f47808b468 (diff) | |
download | cpython-ce81d59c0cb1be048c279f0acf5205da77a82e23.zip cpython-ce81d59c0cb1be048c279f0acf5205da77a82e23.tar.gz cpython-ce81d59c0cb1be048c279f0acf5205da77a82e23.tar.bz2 |
Remove setup of HAVE_OLD_CPP; it is no longer used in the Python sources.
The actual test for it is only commented out in configure.in, so it can
be re-enabled if we ever run across the need for it again.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -59,9 +59,6 @@ /* Define this if you have the type long long */ #undef HAVE_LONG_LONG -/* Define this if you have a K&R style C preprocessor */ -#undef HAVE_OLD_CPP - /* Define if your compiler supports function prototypes */ #undef HAVE_PROTOTYPES |