[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gcal] gcal-3.6: misplaced macro in src/hd-astro.c
From: |
Giuseppe Scrivano |
Subject: |
Re: [Bug-gcal] gcal-3.6: misplaced macro in src/hd-astro.c |
Date: |
Mon, 15 Nov 2010 13:30:10 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) |
Thanks for your patch, I have attached the patch I am going to push.
Giuseppe
>From 258ed3857613ec54ba742b63b991530fd8fe30d6 Mon Sep 17 00:00:00 2001
From: Friedrich Haubensak <address@hidden>
Date: Mon, 15 Nov 2010 13:24:11 +0100
Subject: [PATCH] Fix a compilation problem under solaris 10 / studio 12.1
---
src/hd-astro.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/hd-astro.c b/src/hd-astro.c
index 414865b..4807743 100644
--- a/src/hd-astro.c
+++ b/src/hd-astro.c
@@ -207,8 +207,7 @@ equinox_solstice (longitude, day, month, year, hour, min)
-double delta_t
-__P_ ((day, month, year, hour, min))
+double delta_t (day, month, year, hour, min)
const int day;
const int month;
const int year;
--
1.7.2.3