summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorDave Mitchell <davem@fdisolutions.com>2004-02-28 22:37:08 +0000
committerDave Mitchell <davem@fdisolutions.com>2004-02-28 22:37:08 +0000
commit12fbd33b4c244f0a97c39c9f6411b444814dbc56 (patch)
tree6c02d508ab1042a2f7c121e9e111118886b3437b /embed.h
parent003a92ef523fede541513d0991848d9e3d62707a (diff)
downloadperl-12fbd33b4c244f0a97c39c9f6411b444814dbc56.tar.gz
make the bison-based parser threadsafe and capable of deep
recursion by eradicating Perl_yylex_r() p4raw-id: //depot/perl@22408
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/embed.h b/embed.h
index 66c1e09f48..187f2ea9b1 100644
--- a/embed.h
+++ b/embed.h
@@ -1138,11 +1138,6 @@
#ifdef PERL_CORE
#define yyerror Perl_yyerror
#endif
-#ifdef USE_PURE_BISON
-#ifdef PERL_CORE
-#define yylex_r Perl_yylex_r
-#endif
-#endif
#ifdef PERL_CORE
#define yylex Perl_yylex
#endif
@@ -3640,11 +3635,6 @@
#ifdef PERL_CORE
#define yyerror(a) Perl_yyerror(aTHX_ a)
#endif
-#ifdef USE_PURE_BISON
-#ifdef PERL_CORE
-#define yylex_r(a,b) Perl_yylex_r(aTHX_ a,b)
-#endif
-#endif
#ifdef PERL_CORE
#define yylex() Perl_yylex(aTHX)
#endif