From dede50976b4df5228cdb789f4a17b96587b377c5 Mon Sep 17 00:00:00 2001 From: rbb Date: Sat, 27 May 2000 23:05:11 +0000 Subject: Fixup a couple of rename's missed APR_VAR_EXPORT->APR_EXPORT_VAR git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60110 13f79535-47bb-0310-9956-ffa450edef68 --- time/unix/timestr.c | 4 ++-- time/win32/timestr.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'time') diff --git a/time/unix/timestr.c b/time/unix/timestr.c index aa65f534f..24f0c7a6b 100644 --- a/time/unix/timestr.c +++ b/time/unix/timestr.c @@ -57,11 +57,11 @@ #include -APR_VAR_EXPORT const char ap_month_snames[12][4] = +APR_EXPORT_VAR const char ap_month_snames[12][4] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" }; -APR_VAR_EXPORT const char ap_day_snames[7][4] = +APR_EXPORT_VAR const char ap_day_snames[7][4] = { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" }; diff --git a/time/win32/timestr.c b/time/win32/timestr.c index 1c118b07e..4a4ca5ba9 100644 --- a/time/win32/timestr.c +++ b/time/win32/timestr.c @@ -55,11 +55,11 @@ #include "atime.h" #include "apr_portable.h" -APR_VAR_EXPORT const char ap_month_snames[12][4] = +APR_EXPORT_VAR const char ap_month_snames[12][4] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec" }; -APR_VAR_EXPORT const char ap_day_snames[7][4] = +APR_EXPORT_VAR const char ap_day_snames[7][4] = { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" }; -- cgit v1.2.1