From 9c1323a11f1298d5b1ecb93aba85637b30924f84 Mon Sep 17 00:00:00 2001 From: JP Rosevear Date: Wed, 8 Aug 2001 16:26:23 +0000 Subject: fix pre-processor macros 2001-08-08 JP Rosevear * conduits/calendar/calendar-conduit-config.h: fix pre-processor macros * conduits/calendar/calendar-conduit.h: ditto * conduits/todo/todo-conduit-config.h: fix pre-processor macros * conduits/todo/todo-conduit.h: ditto svn path=/trunk/; revision=11793 --- calendar/ChangeLog | 13 ++++++++++++- calendar/conduits/calendar/calendar-conduit-config.h | 2 +- calendar/conduits/calendar/calendar-conduit.h | 2 +- calendar/conduits/todo/todo-conduit-config.h | 2 +- calendar/conduits/todo/todo-conduit.h | 2 +- 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 304831fd7d..91a3fe1244 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,14 @@ +2001-08-08 JP Rosevear + + * conduits/calendar/calendar-conduit-config.h: fix pre-processor + macros + + * conduits/calendar/calendar-conduit.h: ditto + + * conduits/todo/todo-conduit-config.h: fix pre-processor macros + + * conduits/todo/todo-conduit.h: ditto + 2001-08-07 Federico Mena Quintero * cal-client/cal-listener.c (cal_listener_stop_notification): New @@ -27,7 +38,7 @@ 2001-08-07 JP Rosevear * gui/itip-utils.c (itip_send_comp): Make calendar.ics the - suggested name + suggested name when attaching the ical object 2001-08-06 Damon Chaplin diff --git a/calendar/conduits/calendar/calendar-conduit-config.h b/calendar/conduits/calendar/calendar-conduit-config.h index 533654de83..e624552cda 100644 --- a/calendar/conduits/calendar/calendar-conduit-config.h +++ b/calendar/conduits/calendar/calendar-conduit-config.h @@ -110,7 +110,7 @@ calconduit_destroy_configuration (ECalConduitCfg **c) } #endif -#endif __CAL_CONDUIT_CONFIG_H__ +#endif /* __CAL_CONDUIT_CONFIG_H__ */ diff --git a/calendar/conduits/calendar/calendar-conduit.h b/calendar/conduits/calendar/calendar-conduit.h index fc142efc36..d0c7eed9bb 100644 --- a/calendar/conduits/calendar/calendar-conduit.h +++ b/calendar/conduits/calendar/calendar-conduit.h @@ -72,7 +72,7 @@ struct _ECalConduitContext { EPilotMap *map; }; -#endif __CALENDAR_CONDUIT_H__ +#endif /* __CALENDAR_CONDUIT_H__ */ diff --git a/calendar/conduits/todo/todo-conduit-config.h b/calendar/conduits/todo/todo-conduit-config.h index be521682a5..ca9f7c9cca 100644 --- a/calendar/conduits/todo/todo-conduit-config.h +++ b/calendar/conduits/todo/todo-conduit-config.h @@ -110,7 +110,7 @@ todoconduit_destroy_configuration (EToDoConduitCfg **c) } #endif -#endif __TODO_CONDUIT_CONFIG_H__ +#endif /* __TODO_CONDUIT_CONFIG_H__ */ diff --git a/calendar/conduits/todo/todo-conduit.h b/calendar/conduits/todo/todo-conduit.h index a7f533ddde..e92ad7a9d5 100644 --- a/calendar/conduits/todo/todo-conduit.h +++ b/calendar/conduits/todo/todo-conduit.h @@ -71,7 +71,7 @@ struct _EToDoConduitContext { EPilotMap *map; }; -#endif __TODO_CONDUIT_H__ +#endif /* __TODO_CONDUIT_H__ */ -- cgit v1.2.3