summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2014-02-06 18:53:09 +0000
committerZefram <zefram@fysh.org>2014-02-06 19:01:37 +0000
commit82e2e6345a8bf1a0d5f0118676afa10ac6ebce0a (patch)
treee1303f3cef88d8aef2a23aee91755b38550ac900 /proto.h
parent04ab80978986f51bdde4a5e2734d7172e262f54a (diff)
parent863e30897df3598836f5c7fd56e79a52c57cce50 (diff)
downloadperl-82e2e6345a8bf1a0d5f0118676afa10ac6ebce0a.tar.gz
merge basic zefram/purple_signatures into blead
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 3ff37f0837..0115eab3ea 100644
--- a/proto.h
+++ b/proto.h
@@ -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);