Use unsharp() instead of SYS9.

This commit is contained in:
wkj 2004-04-21 02:34:42 +00:00
parent 05de2fdd5e
commit 79f2723f25
3 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
#include "astro.h"
char* herefile = SYS9 "/lib/sky/here";
char* herefile;
int
main(int argc, char *argv[])
@ -14,6 +14,9 @@ main(int argc, char *argv[])
radsec = radian/3600;
converge = 1.0e-14;
startab = unsharp("#9/lib/sky/estartab");
herefile = unsharp("#9/lib/sky/estartab");
fmtinstall('R', Rconv);
fmtinstall('D', Dconv);

View file

@ -37,6 +37,4 @@ HFILES=astro.h\
SHORTLIB=bio 9
CFLAGS= -DSYS9=\"$PLAN9\"
<$PLAN9/src/mkone

View file

@ -1,6 +1,6 @@
#include "astro.h"
char* startab = SYS9 "/lib/sky/estartab";
char* startab;
void
stars(void)