From 1413fae16c02baf97718797265b5fe4adf393159 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 27 Jan 1998 00:47:41 +0000 Subject: [PATCH 1/1] Incorporated Paul Bleisch's new debug message system and commandline/config file processing code. --- Astro/moon.c | 20 +++++++++++++------- Astro/orbits.c | 16 ++++++++++------ Astro/planets.c | 30 ++++++++++++++++++------------ Astro/sky.c | 12 ++++++++---- Astro/stars.c | 20 ++++++++++++-------- Astro/sun.c | 25 ++++++++++++++++--------- 6 files changed, 77 insertions(+), 46 deletions(-) diff --git a/Astro/moon.c b/Astro/moon.c index 4160b8d4..a32ccd3f 100644 --- a/Astro/moon.c +++ b/Astro/moon.c @@ -29,10 +29,11 @@ #include #include -#include +#include #include #include
#include