~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/mf_getdate.cc

Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
*/
43
43
 
44
44
 
45
 
void get_date(register char * to, int flag, time_t date)
 
45
void get_date(char * to, int flag, time_t date)
46
46
{
47
 
   register struct tm *start_time;
 
47
   tm *start_time;
48
48
   time_t skr;
49
49
   struct tm tm_tmp;
50
50