5.004_67 niggles
authorGurusamy Sarathy <gsar@cpan.org>
Wed, 17 Jun 1998 18:06:16 +0000 (18:06 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Wed, 17 Jun 1998 18:06:16 +0000 (18:06 +0000)
p4raw-id: //depot/perl@1139

Makefile.SH
op.c

index c26b955..f73925c 100644 (file)
@@ -374,7 +374,7 @@ lib/ExtUtils/Miniperl.pm: miniperlmain.c miniperl minimod.pl lib/Config.pm
        $(LDLIBPTH) ./miniperl minimod.pl > tmp && mv tmp $@
 
 $(plextract):  miniperl lib/Config.pm
-       `echo $(LDLIBPTH) ./miniperl -Ilib $@.PL`
+       echo $(LDLIBPTH) ./miniperl -Ilib $@.PL
        
 install: all install.perl install.man
 
diff --git a/op.c b/op.c
index 3440b1c..472a475 100644 (file)
--- a/op.c
+++ b/op.c
@@ -2168,7 +2168,7 @@ pmruntime(OP *o, OP *expr, OP *repl)
 #ifdef USE_THREADS
                    if (curop->op_type == OP_THREADSV) {
                        repl_has_vars = 1;
-                       if (strchr("&`'123456789+", curop->op_private)) {
+                       if (strchr("&`'123456789+", curop->op_private))
                            break;
                    }
 #else