diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/auto/POSIX/strcmp.al')
-rw-r--r-- | Master/tlpkg/tlperl/lib/auto/POSIX/strcmp.al | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Master/tlpkg/tlperl/lib/auto/POSIX/strcmp.al b/Master/tlpkg/tlperl/lib/auto/POSIX/strcmp.al deleted file mode 100644 index 3985898d6b0..00000000000 --- a/Master/tlpkg/tlperl/lib/auto/POSIX/strcmp.al +++ /dev/null @@ -1,12 +0,0 @@ -# NOTE: Derived from ..\..\lib\POSIX.pm. -# Changes made here will be lost when autosplit is run again. -# See AutoSplit.pm. -package POSIX; - -#line 516 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\strcmp.al)" -sub strcmp { - unimpl "strcmp() is C-specific, use eq instead"; -} - -# end of POSIX::strcmp -1; |