summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorPiotr Fusik <pfusik@op.pl>2005-07-27 08:43:17 -0700
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-07-28 08:53:55 +0000
commit945fa9b5e7a27e23bc3274ba0b35d4a17fdb9964 (patch)
treef9b63c0e8370f98dba1b8f09db843a09834626af /opcode.h
parentbe73ebb05b9eec2e7d6c15246ec01b902895aaa1 (diff)
downloadperl-945fa9b5e7a27e23bc3274ba0b35d4a17fdb9964.tar.gz
[perl #36672] Swapped warnings for -o and -O file tests
From: "Piotr Fusik" (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-36672-118371.6.12458378853063@perl.org> (except the redundant test) p4raw-id: //depot/perl@25232
Diffstat (limited to 'opcode.h')
-rw-r--r--opcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode.h b/opcode.h
index 1a4c5077ff..e7af19b866 100644
--- a/opcode.h
+++ b/opcode.h
@@ -635,8 +635,8 @@ EXTCONST char* const PL_op_desc[] = {
"-w",
"-x",
"-e",
- "-O",
"-o",
+ "-O",
"-z",
"-s",
"-M",