commit | cbeb0b26e4c7caa8d1b47de791a7418dc20a4567 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Sat Apr 01 19:24:03 2006 +0000 |
committer | rsc <devnull@localhost> | Sat Apr 01 19:24:03 2006 +0000 |
tree | e0f7e445de1aa22a42ef873dc4b1118a8105ae93 | |
parent | 226d80b8213821af0cbf092d1507c52b504fd368 [diff] [blame] |
Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.
diff --git a/src/cmd/astro/venust.c b/src/cmd/astro/venust.c index a4521af..e34643a 100644 --- a/src/cmd/astro/venust.c +++ b/src/cmd/astro/venust.c
@@ -27,7 +27,7 @@ 0.717e-6, 2.2969, 2.991e-6, 2.0611, 1.335e-6, 0.9628, - 0., + 0. }; char vencp[] = @@ -56,5 +56,5 @@ 4,-5,0,0, 2,0,-3,0, 1,0,0,-1, - 2,0,0,-2, + 2,0,0,-2 };