commit 13afc7e57c2dd8001f23a8875719d57db2a8633c
parent 71be091310083c828fea31eeb32cdc7b162d9285
Author: wkj <devnull@localhost>
Date: Sat, 3 Jul 2004 17:47:13 +0000
Don't confuse the Sun.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/cmd/astro/astro.h b/src/cmd/astro/astro.h
@@ -200,6 +200,7 @@ extern char* skip(int);
extern double solstice(int);
extern void star(void);
extern void stars(void);
+#undef sun
#define sun astrosun /* not the machine! */
extern void sun(void);
extern double sunel(double);