tmake astro work on suns.  ;-) - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 77b3fa7c29ee97643173d58e4014831e7db1bff7
 (DIR) parent 304b47c101cd50d019b6021352723ad26e411204
 (HTM) Author: rsc <devnull@localhost>
       Date:   Sun, 25 Apr 2004 21:25:33 +0000
       
       make astro work on suns.  ;-)
       
       Diffstat:
         M src/cmd/astro/astro.h               |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/src/cmd/astro/astro.h b/src/cmd/astro/astro.h
       t@@ -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);