Jack Jansen: Removed support for long-dead Think C compiler

This commit is contained in:
Guido van Rossum 2000-06-28 20:55:34 +00:00
parent 6b7a5d8959
commit 9cb1cabb77
1 changed files with 0 additions and 5 deletions

View File

@ -47,11 +47,6 @@ PERFORMANCE OF THIS SOFTWARE.
#include <stdio.h>
#include <string.h>
#ifdef THINK_C
#define label label_
#undef label
#endif
#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif