p4raw-id: //depot/perl@1139
$(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
#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