For THINK C 6.0

This commit is contained in:
Guido van Rossum 1994-08-29 10:55:19 +00:00
parent 3bb5448767
commit ff18df0eb3
1 changed files with 1 additions and 6 deletions

View 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>