summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-08-29 10:55:19 +0000
committerGuido van Rossum <guido@python.org>1994-08-29 10:55:19 +0000
commitff18df0eb37ac8cf0a6f0d2934cc5b75ae4dc426 (patch)
tree87b10fe5ccd5ff2c2073d34f35d47da750bcf1ea
parent3bb54487675cd28166fc7271b5788b185bcc1b63 (diff)
downloadcpython-git-ff18df0eb37ac8cf0a6f0d2934cc5b75ae4dc426.tar.gz
For THINK C 6.0
-rw-r--r--Include/pgenheaders.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/Include/pgenheaders.h b/Include/pgenheaders.h
index 8a0b0796e9..adfae6850c 100644
--- a/Include/pgenheaders.h
+++ b/Include/pgenheaders.h
@@ -28,17 +28,12 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
******************************************************************/
-/* Include files and extern declarations used by most of the parser.
- This is a precompiled header for THINK C. */
+/* Include files and extern declarations used by most of the parser. */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
-#ifdef THINK_C
-#define macintosh
-#endif
-
#include <stdio.h>
#include <string.h>