diff options
author | Stephen McCamant <smcc@mit.edu> | 1999-07-29 09:08:50 -0500 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-08-01 20:31:32 +0000 |
commit | 888b73cf7746e6ff4bfce766474e4835ce6513a0 (patch) | |
tree | 6d2aebff9c3c3f8cb8cf5c70ecc937e29c211bb8 /opcode.h | |
parent | 873b149f049701f76396c28e70d7cccfec0b011f (diff) | |
download | perl-888b73cf7746e6ff4bfce766474e4835ce6513a0.tar.gz |
Two one-liner LOGOP tweaks
Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net>
p4raw-id: //depot/perl@3853
Diffstat (limited to 'opcode.h')
-rw-r--r-- | opcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1965,7 +1965,7 @@ EXT U32 PL_opargs[] = { 0x00000200, /* flop */ 0x00000600, /* and */ 0x00000600, /* or */ - 0x00022606, /* xor */ + 0x00022406, /* xor */ 0x00000640, /* cond_expr */ 0x00000604, /* andassign */ 0x00000604, /* orassign */ |