Getting rid of all the code inside #ifdef macintosh too.

This commit is contained in:
Jack Jansen 2003-11-20 01:44:59 +00:00
parent 4bae2d5e46
commit eddc1449ba
19 changed files with 6 additions and 458 deletions

View file

@ -8,7 +8,7 @@
#include <ctype.h>
#if !defined(__STDC__) && !defined(macintosh)
#if !defined(__STDC__)
extern double fmod(double, double);
extern double pow(double, double);
#endif