diff options
author | Ævar Arnfjörð Bjarmason <avar@cpan.org> | 2007-06-18 03:33:34 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-06-18 07:39:35 +0000 |
commit | f7e711955148e1ce710988aa3010c41ca8085a03 (patch) | |
tree | df8b9e38f7bb7a6516c2fe1e64f21ee460b24037 /proto.h | |
parent | 225593e1515f97126032fb4da0b1aafeb00e8e99 (diff) | |
download | perl-f7e711955148e1ce710988aa3010c41ca8085a03.tar.gz |
SvRX() and SvRXOK() macros
From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Message-ID: <51dd1af80706172033h1908aa0ge15698204e0b79ed@mail.gmail.com>
p4raw-id: //depot/perl@31409
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4681,7 +4681,7 @@ PERL_CALLCONV void Perl_emulate_cop_io(pTHX_ const COP *const c, SV *const sv) __attribute__nonnull__(pTHX_1) __attribute__nonnull__(pTHX_2); -PERL_CALLCONV regexp * Perl_get_re_arg(pTHX_ SV *sv, U32 flags, MAGIC **mgp); +PERL_CALLCONV REGEXP * Perl_get_re_arg(pTHX_ SV *sv); PERL_CALLCONV struct mro_meta* Perl_mro_meta_init(pTHX_ HV* stash) __attribute__nonnull__(pTHX_1); |