mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
make sure we get our fmod
This commit is contained in:
parent
24c4c46b98
commit
1813809c4d
1 changed files with 5 additions and 2 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue