plan9port

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

commit 77b3fa7c29ee97643173d58e4014831e7db1bff7
parent 304b47c101cd50d019b6021352723ad26e411204
Author: rsc <devnull@localhost>
Date:   Sun, 25 Apr 2004 21:25:33 +0000

make astro work on suns.  ;-)

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); +#define sun astrosun /* not the machine! */ extern void sun(void); extern double sunel(double); extern void venus(void);