aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/astro
diff options
context:
space:
mode:
authorwkj <devnull@localhost>2004-07-03 17:47:13 +0000
committerwkj <devnull@localhost>2004-07-03 17:47:13 +0000
commit13afc7e57c2dd8001f23a8875719d57db2a8633c (patch)
treecf26131a8d1bb73f094e1099cbd000c2aba07066 /src/cmd/astro
parent71be091310083c828fea31eeb32cdc7b162d9285 (diff)
downloadplan9port-13afc7e57c2dd8001f23a8875719d57db2a8633c.tar.gz
plan9port-13afc7e57c2dd8001f23a8875719d57db2a8633c.tar.bz2
plan9port-13afc7e57c2dd8001f23a8875719d57db2a8633c.zip
Don't confuse the Sun.
Diffstat (limited to 'src/cmd/astro')
-rw-r--r--src/cmd/astro/astro.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/astro/astro.h b/src/cmd/astro/astro.h
index 3ac8c45c..1c74a162 100644
--- 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);