diff options
author | chromatic <chromatic@wgz.org> | 2006-05-30 10:41:08 -0700 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-06-12 16:41:44 +0000 |
commit | cbc021f9c76c5db718d993d3cc885284fbbff80f (patch) | |
tree | a6fb93ddedbd052fb5a34890efe9474db6559a9a /global.sym | |
parent | e77388947cb2bf6620678b8c9693537e8c7df7e6 (diff) | |
download | perl-cbc021f9c76c5db718d993d3cc885284fbbff80f.tar.gz |
Add the new method UNIVERSAL::DOES() and the API function sv_does()
Subject: Re: [PROPOSED PATCH: universal.c, t/op/universal.t] Add does()
Message-Id: <200605301741.08363.chromatic@wgz.org>
p4raw-id: //depot/perl@28387
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 e1ce974768..bf8b843ca9 100644 --- a/global.sym +++ b/global.sym @@ -484,6 +484,7 @@ Perl_getcwd_sv Perl_sv_dec Perl_sv_dump Perl_sv_derived_from +Perl_sv_does Perl_sv_eq Perl_sv_free Perl_sv_free2 |