make sure we get our fmod

This commit is contained in:
rsc 2006-05-24 06:09:27 +00:00
parent 24c4c46b98
commit 1813809c4d

View file

@ -6,6 +6,11 @@
#pragma varargck type "D" double #pragma varargck type "D" double
#endif #endif
#undef sun
#define sun astrosun /* not the machine! */
#undef fmod
#define fmod astrofmod /* ours is always positive */
typedef struct Obj1 Obj1; typedef struct Obj1 Obj1;
typedef struct Obj2 Obj2; typedef struct Obj2 Obj2;
typedef struct Obj3 Obj3; typedef struct Obj3 Obj3;
@ -202,8 +207,6 @@ extern char* skip(int);
extern double solstice(int); extern double solstice(int);
extern void star(void); extern void star(void);
extern void stars(void); extern void stars(void);
#undef sun
#define sun astrosun /* not the machine! */
extern void sun(void); extern void sun(void);
extern double sunel(double); extern double sunel(double);
extern void venus(void); extern void venus(void);