diff options
author | Zefram <zefram@fysh.org> | 2014-02-06 18:53:09 +0000 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2014-02-06 19:01:37 +0000 |
commit | 82e2e6345a8bf1a0d5f0118676afa10ac6ebce0a (patch) | |
tree | e1303f3cef88d8aef2a23aee91755b38550ac900 /proto.h | |
parent | 04ab80978986f51bdde4a5e2734d7172e262f54a (diff) | |
parent | 863e30897df3598836f5c7fd56e79a52c57cce50 (diff) | |
download | perl-82e2e6345a8bf1a0d5f0118676afa10ac6ebce0a.tar.gz |
merge basic zefram/purple_signatures into blead
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3180,6 +3180,9 @@ PERL_CALLCONV OP* Perl_parse_fullstmt(pTHX_ U32 flags); PERL_CALLCONV SV* Perl_parse_label(pTHX_ U32 flags); PERL_CALLCONV OP* Perl_parse_listexpr(pTHX_ U32 flags); PERL_CALLCONV OP* Perl_parse_stmtseq(pTHX_ U32 flags); +PERL_CALLCONV OP * Perl_parse_subsignature(pTHX) + __attribute__warn_unused_result__; + PERL_CALLCONV OP* Perl_parse_termexpr(pTHX_ U32 flags); PERL_CALLCONV U32 Perl_parse_unicode_opts(pTHX_ const char **popt) __attribute__nonnull__(pTHX_1); |