This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
VMS patch redo from Charles Lane.
authorJarkko Hietaniemi <jhi@iki.fi>
Wed, 7 Nov 2001 15:54:24 +0000 (15:54 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Wed, 7 Nov 2001 15:54:24 +0000 (15:54 +0000)
p4raw-id: //depot/perl@12891

vms/gen_shrfls.pl

index a0ade7e..07b6f8e 100644 (file)
@@ -76,7 +76,7 @@ if ($docc) {
   open CONFIG, "< $config";
   while(<CONFIG>) {
     $use_threads++ if /usethreads='(define|yes|true|t|y|1)'/i;
-    $use_mymalloc++ if /usemymalloc='(define|yes|true|t|y1)'/i;
+    $use_mymalloc++ if /usemymalloc='(define|yes|true|t|y|1)'/i;
     $care_about_case++ if /d_vms_case_sensitive_symbols='(define|yes|true|t|y|1)'/i;
     $debugging_enabled++ if /usedebugging_perl='(define|yes|true|t|y|1)'/i;
     $hide_mymalloc++ if /embedmymalloc='(define|yes|true|t|y|1)'/i;