diff options
author | Yves Orton <demerphq@gmail.com> | 2007-03-07 21:44:52 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-03-08 15:06:49 +0000 |
commit | 803059618a6e90fb614193e8cdf81c79f27d8764 (patch) | |
tree | db5730c32d430d60f92969264750bf6e012b98b2 /proto.h | |
parent | 83a611dd5adb33872b776b40314625f3a354690b (diff) | |
download | perl-803059618a6e90fb614193e8cdf81c79f27d8764.tar.gz |
Re: [PATCH] Tweaks so that miniperl.exe doesnt croak while building perl.exe
Message-ID: <9b18b3110703071144t787e028s8a79fa1986624b54@mail.gmail.com>
p4raw-id: //depot/perl@30517
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4610,6 +4610,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); END_EXTERN_C /* |