Commit Diff


commit - cd5bae7871bc0f0bc68b4d2a84703929a7a3c9d1
commit + 52e7c45837208e509c0304a099c946310100ea89
blob - 3afd07890ec7de5bcd9eb4e7171a4bac7e277bed
blob + 588b951140ee87713c47fbefab07053147780d29
--- src/cmd/astro/.cvsignore
+++ src/cmd/astro/.cvsignore
@@ -1 +1,2 @@
 o.out
+o.astro
blob - ab3c4119e0028078e7330f24629e4374f496e960
blob + 7aeff4e6d2c2650d0b761a6e3e1e4b0c4c500c28
--- src/cmd/astro/astro.h
+++ src/cmd/astro/astro.h
@@ -1,8 +1,8 @@
 #include	<u.h>
 #include	<libc.h>
 
-#pragma	varargck	type	"R"	double
-#pragma	varargck	type	"D"	double
+//#pragma	varargck	type	"R"	double
+//#pragma	varargck	type	"D"	double
 
 typedef	struct	Obj1	Obj1;
 typedef	struct	Obj2	Obj2;
blob - 8ad239a77189d68ce79e6e137518d328c1ff0c76
blob + 6fa05c1b82d2ff086dc221009197a9273d075edb
--- src/cmd/astro/mkfile
+++ src/cmd/astro/mkfile
@@ -36,4 +36,7 @@ OFILES=\
 HFILES=astro.h\
 
 SHORTLIB=bio 9
+
+CFLAGS= -DSYS9=\"$PLAN9\"
+
 <$PLAN9/src/mkone