summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/auto/POSIX/strstr.al
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/auto/POSIX/strstr.al')
-rw-r--r--Master/tlpkg/tlperl/lib/auto/POSIX/strstr.al2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/auto/POSIX/strstr.al b/Master/tlpkg/tlperl/lib/auto/POSIX/strstr.al
index ecc94a24f2c..d3b931b0f00 100644
--- a/Master/tlpkg/tlperl/lib/auto/POSIX/strstr.al
+++ b/Master/tlpkg/tlperl/lib/auto/POSIX/strstr.al
@@ -3,7 +3,7 @@
# See AutoSplit.pm.
package POSIX;
-#line 568 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\strstr.al)"
+#line 562 "..\..\lib\POSIX.pm (autosplit into ..\..\lib\auto\POSIX\strstr.al)"
sub strstr {
usage "strstr(big, little)" if @_ != 2;
CORE::index($_[0], $_[1]);