summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
authorAndy Dougherty <doughera@lafayette.edu>2008-03-26 09:42:06 -0400
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-04-14 15:55:28 +0000
commit61a59f30bcebf88ce17229ad2276090c32ad7c1f (patch)
tree8b381c5ec8fb91b2384c42c9823109e40681a1b4 /op.h
parenta1021d57870f2cf967a704182b47a5defa79a0f1 (diff)
downloadperl-61a59f30bcebf88ce17229ad2276090c32ad7c1f.tar.gz
Re: Solaris build warnings
Message-ID: <Pine.LNX.4.64.0803261337130.22919@fractal.phys.lafayette.edu> Rename the "optype" typedef to "Optype" p4raw-id: //depot/perl@33679
Diffstat (limited to 'op.h')
-rw-r--r--op.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.h b/op.h
index 4ad2a2bcfc..a5cd625e28 100644
--- a/op.h
+++ b/op.h
@@ -45,7 +45,7 @@
# define MADPROP_IN_BASEOP
#endif
-typedef PERL_BITFIELD16 optype;
+typedef PERL_BITFIELD16 Optype;
#ifdef BASEOP_DEFINITION
#define BASEOP BASEOP_DEFINITION