intrpvar.h: Need to initialize PL_utf8_foldable
authorKarl Williamson <public@khwilliamson.com>
Tue, 22 Feb 2011 04:26:42 +0000 (21:26 -0700)
committerKarl Williamson <public@khwilliamson.com>
Tue, 22 Feb 2011 04:57:01 +0000 (21:57 -0700)
intrpvar.h

index a4beda6..b45088f 100644 (file)
@@ -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 */