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:
3f62062
)
perlapi: PERL_ABS takes an argument
author
Karl Williamson
<khw@cpan.org>
Fri, 6 Nov 2020 01:20:20 +0000
(18:20 -0700)
committer
Karl Williamson
<khw@cpan.org>
Fri, 6 Nov 2020 13:16:04 +0000
(06:16 -0700)
perl.h
patch
|
blob
|
blame
|
history
diff --git
a/perl.h
b/perl.h
index
72f1b2e
..
6c1d9a2
100644
(file)
--- a/
perl.h
+++ b/
perl.h
@@
-7357,7
+7357,7
@@
unsafe signals. See L<perlrun/PERL_SIGNALS> and L<perlipc/Deferred Signals
/*
=for apidoc_section $numeric
-=for apidoc Am|int|PERL_ABS|int
+=for apidoc Am|int|PERL_ABS|int
x
Typeless C<abs> or C<fabs>, I<etc>. (The usage below indicates it is for
integers, but it works for any type.) Use instead of these, since the C