comparison src/c/urweb.c @ 1353:e9cf053108ed

Remove redundant macro
author Adam Chlipala <adam@chlipala.net>
date Mon, 20 Dec 2010 13:29:56 -0500
parents 703c2c94afd5
children 32c8a3509369
comparison
equal deleted inserted replaced
1352:703c2c94afd5 1353:e9cf053108ed
2053 return uw_unit_v; 2053 return uw_unit_v;
2054 } 2054 }
2055 2055
2056 #define TIME_FMT "%x %X" 2056 #define TIME_FMT "%x %X"
2057 #define TIME_FMT_PG "%Y-%m-%d %T" 2057 #define TIME_FMT_PG "%Y-%m-%d %T"
2058 #define TIME_FMT_PG "%Y-%m-%d %T"
2059 2058
2060 uw_Basis_string uw_Basis_htmlifyTime(uw_context ctx, uw_Basis_time t) { 2059 uw_Basis_string uw_Basis_htmlifyTime(uw_context ctx, uw_Basis_time t) {
2061 size_t len; 2060 size_t len;
2062 char *r; 2061 char *r;
2063 struct tm stm; 2062 struct tm stm;