summaryrefslogtreecommitdiff
path: root/ext/B
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>2008-02-14 03:24:01 -0800
committerSteve Hay <SteveHay@planit.com>2008-02-15 09:19:49 +0000
commit0053d415f506c0bd87de287f5b4d68652d94b7b1 (patch)
tree7b61f8af6e4c89c445e73280038cf25f9881d26b /ext/B
parent7a81c58e438e6bb43c3d5758895289c278e96fcd (diff)
downloadperl-0053d415f506c0bd87de287f5b4d68652d94b7b1.tar.gz
Silence compiler warnings on Win32/VC6
Subject: RE: Bit-fields patch causes warnings on Win32/VC6 From: "Jan Dubois" <jand@activestate.com> Message-ID: <002f01c86f3f$27e23ca0$77a6b5e0$@com> p4raw-id: //depot/perl@33315
Diffstat (limited to 'ext/B')
-rw-r--r--ext/B/B.xs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/B/B.xs b/ext/B/B.xs
index 7eff7b931d..9d65a720fa 100644
--- a/ext/B/B.xs
+++ b/ext/B/B.xs
@@ -916,7 +916,7 @@ OP_type(o)
#if PERL_VERSION >= 9
-U8
+U16
OP_opt(o)
B::OP o
@@ -938,7 +938,7 @@ OP_private(o)
#if PERL_VERSION >= 9
-U8
+U16
OP_spare(o)
B::OP o