summaryrefslogtreecommitdiff
path: root/op.h
diff options
context:
space:
mode:
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 352d358f5d..33afa0a528 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