Kaydet (Commit) 01c6526c authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Avoid giving prototypes on Solaris.

üst f58de1bd
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment