Avoid giving prototypes on Solaris.

This commit is contained in:
Martin v. Löwis 2001-03-06 12:14:54 +00:00
parent f58de1bd67
commit 01c6526c0e

View file

@ -28,7 +28,7 @@ extern double fmod(double, double);
extern double pow(double, double);
#endif
#ifdef sun
#if defined(sun) && !defined(__SVR4)
/* On SunOS4.1 only libm.a exists. Make sure that references to all
needed math functions exist in the executable, so that dynamic
loading of mathmodule does not fail. */