summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h
index cb8a86171b..b2d4d5c222 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -729,7 +729,7 @@ PERLVARI(Iutf8_foldclosures, HV *, NULL)
/* List of characters that participate in folds (except marks, etc in
* multi-char folds) */
-PERLVARI(Iutf8_foldable, HV *, NULL)
+PERLVARI(Iutf8_foldable, SV *, NULL)
PERLVAR(Icustom_ops, HV *) /* custom op registrations */