This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
metaconfig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
503d4b4
)
threads/d_nl_langinfo_l.U: Rmv trailing space
author
Karl Williamson
<khw@cpan.org>
Thu, 19 Oct 2017 22:34:50 +0000
(16:34 -0600)
committer
Karl Williamson
<khw@cpan.org>
Thu, 19 Oct 2017 22:34:50 +0000
(16:34 -0600)
U/threads/d_nl_langinfo_l.U
patch
|
blob
|
blame
|
history
diff --git
a/U/threads/d_nl_langinfo_l.U
b/U/threads/d_nl_langinfo_l.U
index
a95760b
..
af27afd
100644
(file)
--- a/
U/threads/d_nl_langinfo_l.U
+++ b/
U/threads/d_nl_langinfo_l.U
@@
-67,7
+67,7
@@
thread_start(void * arg)
{
nl_langinfo(RADIXCHAR);
}
-
+
int main() {
char * main_buffer;
char save_main_buffer[1000];
@@
-108,7
+108,7
@@
case "$usethreads" in
echo "and it is thread-safe (just as I'd hoped)." >&4
d_thread_safe_nl_langinfo_l="$define"
echo "$d_thread_safe_nl_langinfo_l" >&4
- else
+ else
echo "but it isn't thread-safe, so we won't use it." >&4
fi
else