Skip to content

Commit 5d75262

Browse files
committed
Fix build on system where HAVE_SETLOCALE is not defined
1 parent 48b4cb9 commit 5d75262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pcre/php_pcre.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(char *regex, int regex_le
214214
return pce;
215215
#if HAVE_SETLOCALE
216216
}
217-
}
218217
#endif
218+
}
219219
}
220220

221221
p = regex;

0 commit comments

Comments
 (0)