diff options
author | Marius Kintel <marius@kintel.net> | 2011-10-16 16:55:05 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-10-16 16:55:05 (GMT) |
commit | 7bdd95ab97dc170f8ec97ce0702391ec2af1159e (patch) | |
tree | ddc37f13baefd1858785e9d7cf5414a2c08e45e1 /src/openscad.h | |
parent | 45044b7907b1f3b8cee043bf6893cb96684ce398 (diff) |
M_PI for Windows should now be turned on as default
Diffstat (limited to 'src/openscad.h')
-rw-r--r-- | src/openscad.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/openscad.h b/src/openscad.h index e6b9b9f..61aec0e 100644 --- a/src/openscad.h +++ b/src/openscad.h @@ -27,12 +27,6 @@ #ifndef OPENSCAD_H #define OPENSCAD_H -// for win32 and maybe others.. -#ifndef M_PI -# define M_PI 3.14159265358979323846 -#endif - - extern class AbstractModule *parse(const char *text, const char *path, int debug); extern int get_fragments_from_r(double r, double fn, double fs, double fa); |