~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/tzfile.h

Merged trunk and use-std-unordred.

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
  that will probably do.
145
145
*/
146
146
 
147
 
#define isleap(y) (((y) % 4) == 0 && (((y) % 100) != 0 || ((y) % 400) == 0))
148
 
 
149
147
} /* namespace drizzled */
150
148
 
151
149
#endif /* DRIZZLED_TZFILE_H */