This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
734a50c
)
PATCH: [perl #134098] no locales + debugging = no compile
author
Karl Williamson
<khw@cpan.org>
Thu, 23 May 2019 17:58:09 +0000
(11:58 -0600)
committer
Karl Williamson
<khw@cpan.org>
Fri, 24 May 2019 23:09:30 +0000
(17:09 -0600)
The wrong #define was being tested for
locale.c
patch
|
blob
|
blame
|
history
diff --git
a/locale.c
b/locale.c
index
bbf9093
..
dffedad
100644
(file)
--- a/
locale.c
+++ b/
locale.c
@@
-2227,7
+2227,7
@@
Perl_setlocale(const int category, const char * locale)
{
/* This wraps POSIX::setlocale() */
-#if
def NO
_LOCALE
+#if
ndef USE
_LOCALE
PERL_UNUSED_ARG(category);
PERL_UNUSED_ARG(locale);