~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/calendar.h

  • Committer: Monty Taylor
  • Date: 2009-04-14 19:16:51 UTC
  • mto: (997.2.5 mordred)
  • mto: This revision was merged to the branch mainline in revision 994.
  • Revision ID: mordred@inaugust.com-20090414191651-ltbww6hpqks8k7qk
Clarified instructions in README.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
 */
89
89
#define IS_JULIAN_LEAP_YEAR(y) (days_in_year_julian((y)) == 366)
90
90
 
91
 
namespace drizzled
92
 
{
93
 
 
94
91
#ifdef __cplusplus
95
92
extern "C" {
96
93
#endif
339
336
}
340
337
#endif
341
338
 
342
 
} /* namespace drizzled */
343
 
 
344
339
#endif /* DRIZZLED_CALENDAR_H */