projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f00d335
)
intrpvar.h: Need to initialize PL_utf8_foldable
author
Karl Williamson
<public@khwilliamson.com>
Tue, 22 Feb 2011 04:26:42 +0000
(21:26 -0700)
committer
Karl Williamson
<public@khwilliamson.com>
Tue, 22 Feb 2011 04:57:01 +0000
(21:57 -0700)
intrpvar.h
patch
|
blob
|
history
diff --git
a/intrpvar.h
b/intrpvar.h
index
a4beda6
..
b45088f
100644
(file)
--- 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 *
)
+PERLVAR
I(Iutf8_foldable, HV *, NULL
)
PERLVAR(Icustom_ops, HV *) /* custom op registrations */