summaryrefslogtreecommitdiff
path: root/universal.c
diff options
context:
space:
mode:
Diffstat (limited to 'universal.c')
-rw-r--r--universal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/universal.c b/universal.c
index 3217d33280..31a53cc0b5 100644
--- a/universal.c
+++ b/universal.c
@@ -898,7 +898,7 @@ XS(XS_re_regexp_pattern)
{
dXSARGS;
REGEXP *re;
- I32 const gimme = GIMME_V;
+ U8 const gimme = GIMME_V;
EXTEND(SP, 2);
SP -= items;