Probably better to make PAD_FAKELEX_ANON and PAD_FAKELEX_MULTI special
[p5sagit/p5-mst-13.2.git] / ext / B / defsubs_h.PL
index 9291f34..0e30e46 100644 (file)
@@ -47,11 +47,13 @@ foreach my $const (qw(
                      SVs_SMG
                      SVt_PVGV
                      SVt_PVHV
+                     PAD_FAKELEX_ANON
+                     PAD_FAKELEX_MULTI
                      ))
  {
   doconst($const);
  }
-foreach my $file (qw(op.h cop.h pad.h))
+foreach my $file (qw(op.h cop.h))
  {
   my $path = $^O eq 'MacOS' ? ":::$file" : "../../$file";
   open(OPH,"$path") || die "Cannot open $path:$!";