summaryrefslogtreecommitdiff
path: root/server/util_pcre.c
diff options
context:
space:
mode:
Diffstat (limited to 'server/util_pcre.c')
-rw-r--r--server/util_pcre.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/util_pcre.c b/server/util_pcre.c
index e3ee455837..21f455ca75 100644
--- a/server/util_pcre.c
+++ b/server/util_pcre.c
@@ -301,7 +301,7 @@ struct match_thread_state {
apr_pool_t *pool;
};
-AP_THREAD_LOCAL static struct match_thread_state *thread_state;
+static AP_THREAD_LOCAL struct match_thread_state *thread_state;
#endif
struct match_data_state {