diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-07-15 20:25:48 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-07-15 20:25:48 +0200 |
commit | f4daad80bd6c7633c2f55b4dfb2d234850cef0bf (patch) | |
tree | 3505fb586620a4e718b6117bd722bfce938c7416 /globvar.sym | |
parent | 8cad220f68604c643cb2d98de14204010f9f4f58 (diff) | |
download | perl-f4daad80bd6c7633c2f55b4dfb2d234850cef0bf.tar.gz |
Add PL_valid_types_{IVX,NVX,PVX,RV,IV_set,NV_set} into globar.sym.
f1fb874192252653 added these 6 new global variables, but omitted to add them
to the list of exported symbols.
Diffstat (limited to 'globvar.sym')
-rw-r--r-- | globvar.sym | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/globvar.sym b/globvar.sym index e5bd96d90d..06fe8afb59 100644 --- a/globvar.sym +++ b/globvar.sym @@ -54,6 +54,12 @@ simple_bitmask subversion utf8skip uuemap +valid_types_IVX +valid_types_IV_set +valid_types_NVX +valid_types_NV_set +valid_types_PVX +valid_types_RV varies varies_bitmask version |