Use unsharp() instead of SYS9.
This commit is contained in:
parent
05de2fdd5e
commit
79f2723f25
3 changed files with 5 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#include "astro.h"
|
#include "astro.h"
|
||||||
|
|
||||||
char* herefile = SYS9 "/lib/sky/here";
|
char* herefile;
|
||||||
|
|
||||||
int
|
int
|
||||||
main(int argc, char *argv[])
|
main(int argc, char *argv[])
|
||||||
|
|
@ -14,6 +14,9 @@ main(int argc, char *argv[])
|
||||||
radsec = radian/3600;
|
radsec = radian/3600;
|
||||||
converge = 1.0e-14;
|
converge = 1.0e-14;
|
||||||
|
|
||||||
|
startab = unsharp("#9/lib/sky/estartab");
|
||||||
|
herefile = unsharp("#9/lib/sky/estartab");
|
||||||
|
|
||||||
fmtinstall('R', Rconv);
|
fmtinstall('R', Rconv);
|
||||||
fmtinstall('D', Dconv);
|
fmtinstall('D', Dconv);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -37,6 +37,4 @@ HFILES=astro.h\
|
||||||
|
|
||||||
SHORTLIB=bio 9
|
SHORTLIB=bio 9
|
||||||
|
|
||||||
CFLAGS= -DSYS9=\"$PLAN9\"
|
|
||||||
|
|
||||||
<$PLAN9/src/mkone
|
<$PLAN9/src/mkone
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#include "astro.h"
|
#include "astro.h"
|
||||||
|
|
||||||
char* startab = SYS9 "/lib/sky/estartab";
|
char* startab;
|
||||||
|
|
||||||
void
|
void
|
||||||
stars(void)
|
stars(void)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue