summaryrefslogtreecommitdiff
path: root/opcode.pl
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2000-12-31 09:41:26 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2000-12-31 09:41:26 +0000
commit568ad336973732c4d3fa134b7dcb8e82359c1f11 (patch)
treee933e73318f4e7ba6da82f47a62c62bfbb723ad3 /opcode.pl
parent7948272db9c63907ea8e92fdd3436cdaab2f9cce (diff)
downloadperl-568ad336973732c4d3fa134b7dcb8e82359c1f11.tar.gz
Ilya's OS2 patch (testing for damage on Win32)
p4raw-id: //depot/perlio@8280
Diffstat (limited to 'opcode.pl')
-rwxr-xr-xopcode.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/opcode.pl b/opcode.pl
index 22ef9721ce..22bffb8216 100755
--- a/opcode.pl
+++ b/opcode.pl
@@ -1,5 +1,6 @@
#!/usr/bin/perl
+chmod 0666, "opcode.h", "opnames.h";
unlink "opcode.h", "opnames.h";
open(OC, ">opcode.h") || die "Can't create opcode.h: $!\n";
open(ON, ">opnames.h") || die "Can't create opnames.h: $!\n";