summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-03-21 17:55:19 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-03-22 20:23:52 -0700
commit7350962f469ccd5aa91df76014fab15c0a785530 (patch)
tree25cf944a0e12289bd674d3c20c7ff9750de684ca /embed.fnc
parent19c6248174a2dd57782271308b166ab6bc3e63c8 (diff)
downloadperl-7350962f469ccd5aa91df76014fab15c0a785530.tar.gz
Remove yyerror_sv
This was added in the previous commit, but was unnecessary, as it is not used anywhere and is not part of the public API.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index e01d915b15..6337942f98 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1516,7 +1516,6 @@ p |void |write_to_stderr|NN SV* msv
p |int |yyerror |NN const char *const s
p |int |yyerror_pv |NN const char *const s|U32 flags
p |int |yyerror_pvn |NN const char *const s|STRLEN len|U32 flags
-p |int |yyerror_sv |NN SV * sv|U32 flags
: Used in perly.y, and by Data::Alias
EXp |int |yylex
p |void |yyunlex