This commit is contained in:
sfraser 1998-05-28 19:39:28 +00:00
Родитель 662fae6ec4
Коммит 05c8efea1b
1 изменённых файлов: 3 добавлений и 12 удалений

Просмотреть файл

@ -26,7 +26,7 @@
// Unix headers
#include <unistd.h>
#ifdef __MATH__
#errror scream
#error scream
#endif
#include <assert.h>
#include <ctype.h>
@ -35,7 +35,7 @@
#include <locale.h>
#include <setjmp.h>
#ifdef __MATH__
#errror scream
#error scream
#endif
#include <stdio.h>
#include <stdlib.h>
@ -48,12 +48,3 @@
#include <PP_MacHeaders.c> // Toolbox headers
// Action Classes
#include <Sound.h> // Toolbox headers
// no more compat.h
#ifndef MAX
#define MAX(_a,_b) ((_a)<(_b)?(_b):(_a))
#endif
#ifndef MIN
#define MIN(_a,_b) ((_a)<(_b)?(_a):(_b))
#endif