X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=bindings-apr.git;a=blobdiff_plain;f=cbits%2Fhelper_apr_time.c;h=6adb6cfeaf6276c246986c0b25e16c6205345600;hp=54e0f3748cdd06dd910152935ccdf756e9d4e861;hb=HEAD;hpb=9c3793dc239ea1995755f391f1be3dccb3b75d99 diff --git a/cbits/helper_apr_time.c b/cbits/helper_apr_time.c index 54e0f37..6adb6cf 100644 --- a/cbits/helper_apr_time.c +++ b/cbits/helper_apr_time.c @@ -1,13 +1,7 @@ #include #include -const char (*array_apr_month_snames(void))[12][4] { - return &apr_month_snames; -} - -const char (*array_apr_day_snames(void))[7][4] { - return &apr_day_snames; -} +BC_GLOBALARRAY(APR_TIME_T_FMT, char) BC_INLINE1(apr_time_sec , apr_time_t, apr_time_t) BC_INLINE1(apr_time_usec, apr_time_t, apr_time_t)