diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/auto/POSIX/fabs.al')
-rw-r--r-- | Master/tlpkg/tlperl/lib/auto/POSIX/fabs.al | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/auto/POSIX/fabs.al b/Master/tlpkg/tlperl/lib/auto/POSIX/fabs.al index 7813dc843b5..5fe5a10af3a 100644 --- a/Master/tlpkg/tlperl/lib/auto/POSIX/fabs.al +++ b/Master/tlpkg/tlperl/lib/auto/POSIX/fabs.al @@ -3,7 +3,7 @@ # See AutoSplit.pm. package POSIX; -#line 176 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\fabs.al)" +#line 170 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\fabs.al)" sub fabs { usage "fabs(x)" if @_ != 1; CORE::abs($_[0]); |