summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/proto.h b/proto.h
index c9b51e9f69..88c3378b0c 100644
--- a/proto.h
+++ b/proto.h
@@ -4779,11 +4779,6 @@ PERL_CALLCONV int Perl_yyerror_pvn(pTHX_ const char *const s, STRLEN len, U32 fl
#define PERL_ARGS_ASSERT_YYERROR_PVN \
assert(s)
-PERL_CALLCONV int Perl_yyerror_sv(pTHX_ SV * sv, U32 flags)
- __attribute__nonnull__(pTHX_1);
-#define PERL_ARGS_ASSERT_YYERROR_SV \
- assert(sv)
-
PERL_CALLCONV int Perl_yylex(pTHX);
PERL_CALLCONV int Perl_yyparse(pTHX_ int gramtype);
PERL_CALLCONV void Perl_yyunlex(pTHX);