summaryrefslogtreecommitdiffstats
path: root/lib/libcalendar/easter.c
diff options
context:
space:
mode:
authorhelbig <helbig@FreeBSD.org>1997-12-13 11:51:16 +0000
committerhelbig <helbig@FreeBSD.org>1997-12-13 11:51:16 +0000
commitb1f57417ba98aa37c66d2590e22b8c523dfb98c6 (patch)
treee3235b9cf36a51ba71a5df4a659e2b9ad1db2858 /lib/libcalendar/easter.c
parent6d4edda5c2691c4a14dc4540eb2a9468dcf04fd2 (diff)
downloadFreeBSD-src-b1f57417ba98aa37c66d2590e22b8c523dfb98c6.zip
FreeBSD-src-b1f57417ba98aa37c66d2590e22b8c523dfb98c6.tar.gz
Delete "typedef ... date" (see style(9)).
In the man page Use ".Pp" instead of blank lines, adopt English and stress that the Julian->Gregorian switch took place at different dates in different countries. Suggested by: Garrett.
Diffstat (limited to 'lib/libcalendar/easter.c')
-rw-r--r--lib/libcalendar/easter.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libcalendar/easter.c b/lib/libcalendar/easter.c
index fa43837..573f06d 100644
--- a/lib/libcalendar/easter.c
+++ b/lib/libcalendar/easter.c
@@ -23,11 +23,13 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: easter.c,v 1.1.1.1 1997/12/04 10:41:49 helbig Exp $
+ * $Id: easter.c,v 1.2 1997/12/07 19:04:14 helbig Exp $
*/
#include "calendar.h"
+typedef struct date date;
+
static int easterodn(int y);
/* Compute Easter Sunday in Gregorian Calendar */
OpenPOWER on IntegriCloud