summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorRoca, Ignasi <ignasi.roca@fujitsu.siemens.es>2001-01-22 18:51:58 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-01-23 16:13:27 +0000
commit48cf72c85711f1650a96caf8dc746a297ee2bd06 (patch)
tree5884f9e4c95d96b7fde498099e063d387c6164ea /embed.pl
parentc512e37464e3d1c993af1ac99fc83869882e5c21 (diff)
downloadperl-48cf72c85711f1650a96caf8dc746a297ee2bd06.tar.gz
RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es> p4raw-id: //depot/perl@8532
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl4
1 files changed, 1 insertions, 3 deletions
diff --git a/embed.pl b/embed.pl
index d823456e8c..e5ca87a4f0 100755
--- a/embed.pl
+++ b/embed.pl
@@ -2103,10 +2103,8 @@ Ap |I32 |whichsig |char* sig
p |int |yyerror |char* s
#ifdef USE_PURE_BISON
p |int |yylex_r |YYSTYPE *lvalp|int *lcharp
-p |int |yylex |YYSTYPE *lvalp|int *lcharp
-#else
-p |int |yylex
#endif
+p |int |yylex
p |int |yyparse
p |int |yywarn |char* s
#if defined(MYMALLOC)