Jack Jansen: Removed support for long-dead Think C compiler
This commit is contained in:
parent
6b7a5d8959
commit
9cb1cabb77
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue