From: Jarkko Hietaniemi Date: Wed, 7 Jun 2000 03:10:36 +0000 (+0000) Subject: Continuing mopup for #6204. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fe0658f9c9ddf9bb43372ebf55904f2e281b024d;p=p5sagit%2Fp5-mst-13.2.git Continuing mopup for #6204. p4raw-id: //depot/cfgperl@6212 --- diff --git a/ext/B/defsubs_h.PL b/ext/B/defsubs_h.PL index 80ef936..b793be2 100644 --- a/ext/B/defsubs_h.PL +++ b/ext/B/defsubs_h.PL @@ -7,9 +7,12 @@ $out =~ s/_h$/.h/; open(OUT,">$out") || die "Cannot open $file:$!"; print "Extracting $out...\n"; foreach my $const (qw(AVf_REAL - HEf_SVKEY - SVf_IOK SVf_IVisUV SVf_NOK SVf_POK - SVf_ROK SVp_IOK SVp_POK )) + HEf_SVKEY SVphv_SHAREKEYS + SVf_READONLY + GVf_IMPORTED_AV GVf_IMPORTED_HV + GVf_IMPORTED_SV GVf_IMPORTED_CV + SVf_IOK SVf_IVisUV SVf_NOK SVf_POK + SVf_ROK SVp_IOK SVp_POK SVp_NOK)) { doconst($const); }