Skip to content
Snippets Groups Projects
Commit c40093ce authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed warning.

Rev: src/modules/math/math.c:1.15
parent ee835603
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,10 @@ ...@@ -12,6 +12,10 @@
#include "module_support.h" #include "module_support.h"
#include "operators.h" #include "operators.h"
#ifdef PC
#undef PC
#endif /* PC */
#ifdef HAVE_IEEEFP_H #ifdef HAVE_IEEEFP_H
#include <ieeefp.h> #include <ieeefp.h>
#endif #endif
...@@ -20,7 +24,7 @@ ...@@ -20,7 +24,7 @@
#include <floatingpoint.h> #include <floatingpoint.h>
#endif #endif
RCSID("$Id: math.c,v 1.14 1998/07/23 01:22:33 hubbe Exp $"); RCSID("$Id: math.c,v 1.15 1998/08/07 16:28:25 grubba Exp $");
#ifndef M_PI #ifndef M_PI
#define M_PI 3.1415926535897932384626433832795080 #define M_PI 3.1415926535897932384626433832795080
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment