From 796c250af72d7264bf704fa01ce82a544b659a0d Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Mon, 21 Feb 2011 21:26:42 -0700 Subject: intrpvar.h: Need to initialize PL_utf8_foldable --- intrpvar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intrpvar.h') diff --git a/intrpvar.h b/intrpvar.h index a4beda6851..b45088fc48 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -784,7 +784,7 @@ PERLVARI(Iutf8_foldclosures, HV *, NULL) /* List of characters that participate in folds (except marks, etc in * multi-char folds) */ -PERLVAR(Iutf8_foldable, HV *) +PERLVARI(Iutf8_foldable, HV *, NULL) PERLVAR(Icustom_ops, HV *) /* custom op registrations */ -- cgit v1.2.1