plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 13afc7e57c2dd8001f23a8875719d57db2a8633c
parent 71be091310083c828fea31eeb32cdc7b162d9285
Author: wkj <devnull@localhost>
Date:   Sat,  3 Jul 2004 17:47:13 +0000

Don't confuse the Sun.

Diffstat:
Msrc/cmd/astro/astro.h | 1+
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);