for errors. Add overload.pl to regen.pl
p4raw-id: //depot/perl@28951
#
# Generate overload.h
-# This allows the order of overloading consants to be changed.
+# This allows the order of overloading constants to be changed.
#
BEGIN {
#endif /* def INITAMAGIC */
EOT
+close H or die $!;
+
__DATA__
# Fallback should be the first
fallback ()
'opcode.pl' => [qw[opcode.h opnames.h pp_proto.h pp.sym]],
'regcomp.pl' => [qw[regnodes.h]],
'warnings.pl' => [qw[warnings.h lib/warnings.pm]],
- 'reentr.pl' => [qw[reentr.c reentr.h]],
+ 'reentr.pl' => [qw[reentr.c reentr.h]],
+ 'overload.pl' => [qw[overload.h]],
);
sub do_cksum {