]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
For THINK C 6.0
authorGuido van Rossum <guido@python.org>
Mon, 29 Aug 1994 10:55:19 +0000 (10:55 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 29 Aug 1994 10:55:19 +0000 (10:55 +0000)
Include/pgenheaders.h

index 8a0b0796e9893cb10aa62de44683c155f0c69eec..adfae6850c38390c3d77b89f922f4f89e36992a6 100644 (file)
@@ -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>