~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/calendar.h

  • Committer: Brian Aker
  • Date: 2010-04-05 23:46:43 UTC
  • Revision ID: brian@gaz-20100405234643-0he3xnj902rc70r8
Fixing tests to work with PBXT.

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
 
91
94
#ifdef __cplusplus
92
95
extern "C" {
93
96
#endif
336
339
}
337
340
#endif
338
341
 
 
342
} /* namespace drizzled */
 
343
 
339
344
#endif /* DRIZZLED_CALENDAR_H */