make astro work on suns. ;-)

This commit is contained in:
rsc 2004-04-25 21:25:33 +00:00
parent 304b47c101
commit 77b3fa7c29

View file

@ -200,6 +200,7 @@ extern char* skip(int);
extern double solstice(int);
extern void star(void);
extern void stars(void);
#define sun astrosun /* not the machine! */
extern void sun(void);
extern double sunel(double);
extern void venus(void);