From a25abddce2beacd697f218d5625b22c4e344ee10 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Fri, 27 May 2011 11:01:16 -0600 Subject: Change inversion lists to SVs The inversion list is an opaque object, currently implemented as an SV. Even if it ends up being an HV in the future, Nicholas is of the opinion that it should be presented to the world as an SV*. --- intrpvar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intrpvar.h') 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 */ -- cgit v1.2.1