diff options
Diffstat (limited to 'universal.c')
-rw-r--r-- | universal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/universal.c b/universal.c index 1b4e5506aa..2e446dd6d9 100644 --- a/universal.c +++ b/universal.c @@ -903,7 +903,7 @@ XS(XS_re_regexp_pattern) { dXSARGS; REGEXP *re; - U8 const gimme = GIMME_V; + I32 const gimme = GIMME_V; EXTEND(SP, 2); SP -= items; |