diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2005-09-29 21:01:54 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2005-09-29 21:01:54 +0000 |
commit | 0b1558d16cef0eed0293ca2293a1169f013e7e06 (patch) | |
tree | acdf898ada664e66dca6980b33bdc8ad82175516 /proto.h | |
parent | a34e0dd0d47375964316ee3ff02bcf8a3b387537 (diff) | |
download | perl-0b1558d16cef0eed0293ca2293a1169f013e7e06.tar.gz |
the return value of start_subparse() can legally be ignored
p4raw-id: //depot/perl@25664
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1987,9 +1987,7 @@ PERL_CALLCONV SV** Perl_stack_grow(pTHX_ SV** sp, SV**p, int n) __attribute__nonnull__(pTHX_1) __attribute__nonnull__(pTHX_2); -PERL_CALLCONV I32 Perl_start_subparse(pTHX_ I32 is_format, U32 flags) - __attribute__warn_unused_result__; - +PERL_CALLCONV I32 Perl_start_subparse(pTHX_ I32 is_format, U32 flags); PERL_CALLCONV void Perl_sub_crush_depth(pTHX_ CV* cv) __attribute__nonnull__(pTHX_1); |