diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-08-08 12:05:40 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-08-08 17:48:32 +0100 |
commit | d5713896ecd1399c9c6c4076514a33eb2880d8c3 (patch) | |
tree | aedd41f92ea6bc35ba5ce50ff0981dfbccbe45e4 /global.sym | |
parent | 1776cbe8523bf67a0626da7b721abaf9f0f8870a (diff) | |
download | perl-d5713896ecd1399c9c6c4076514a33eb2880d8c3.tar.gz |
Merge gv_AVadd(), gv_HVadd() and gv_SVadd() into gv_add_by_type().
The "short" names become macro wrappers, and the Perl_* versions become mathoms.
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global.sym b/global.sym index de14a7b692..115490ac75 100644 --- a/global.sym +++ b/global.sym @@ -126,6 +126,7 @@ Perl_vform Perl_free_tmps Perl_gp_free Perl_gp_ref +Perl_gv_add_by_type Perl_gv_AVadd Perl_gv_HVadd Perl_gv_IOadd |