tDon't confuse the Sun. - 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 13afc7e57c2dd8001f23a8875719d57db2a8633c
 (DIR) parent 71be091310083c828fea31eeb32cdc7b162d9285
 (HTM) Author: wkj <devnull@localhost>
       Date:   Sat,  3 Jul 2004 17:47:13 +0000
       
       Don't confuse the Sun.
       
       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);
       +#undef sun
        #define sun astrosun        /* not the machine! */
        extern        void        sun(void);
        extern        double        sunel(double);