diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-03-21 17:55:19 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-03-22 20:23:52 -0700 |
commit | 7350962f469ccd5aa91df76014fab15c0a785530 (patch) | |
tree | 25cf944a0e12289bd674d3c20c7ff9750de684ca /embed.fnc | |
parent | 19c6248174a2dd57782271308b166ab6bc3e63c8 (diff) | |
download | perl-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.fnc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |