diff options
author | Chip Salzenberg <chip@atlantic.net> | 1996-12-27 12:55:26 +1200 |
---|---|---|
committer | Chip Salzenberg <chip@atlantic.net> | 1997-01-01 08:59:00 +1200 |
commit | e616eb7bf79ebe2462a2e07e1fa321a48a9654f2 (patch) | |
tree | 801214a0f8420bc1985e4f3d0acfbedb4bd9bda7 /global.sym | |
parent | 5618dfe8ec87ebafaf94fe40d18f7c2c4cdd1518 (diff) | |
download | perl-e616eb7bf79ebe2462a2e07e1fa321a48a9654f2.tar.gz |
Add missing syms to global.sym; update magic doc
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/global.sym b/global.sym index 1226991e5a..e130524a96 100644 --- a/global.sym +++ b/global.sym @@ -253,6 +253,7 @@ vtbl_fm vtbl_glob vtbl_isa vtbl_isaelem +vtbl_itervar vtbl_mglob vtbl_nkeys vtbl_pack @@ -324,12 +325,14 @@ cast_ulong check_uni checkcomma ck_aelem +ck_anoncode ck_bitop ck_concat ck_delete ck_eof ck_eval ck_exec +ck_exists ck_ftst ck_fun ck_fun_locale |