From: Jarkko Hietaniemi Date: Wed, 11 Jul 2001 13:15:49 +0000 (+0000) Subject: Make the I32 an IV to preserve structure alignment and size. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fd1bc7ebd07df539346875ee9afb9361449a1176;p=p5sagit%2Fp5-mst-13.2.git Make the I32 an IV to preserve structure alignment and size. p4raw-id: //depot/perl@11275 --- diff --git a/op.h b/op.h index 352d358..33afa0a 100644 --- a/op.h +++ b/op.h @@ -236,7 +236,7 @@ struct pmop { OP * op_pmreplstart; PMOP * op_pmnext; /* list of all scanpats */ #ifdef USE_ITHREADS - I32 op_pmoffset; + IV op_pmoffset; #else REGEXP * op_pmregexp; /* compiled expression */ #endif