diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2004-02-28 22:37:08 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2004-02-28 22:37:08 +0000 |
commit | 12fbd33b4c244f0a97c39c9f6411b444814dbc56 (patch) | |
tree | 6c02d508ab1042a2f7c121e9e111118886b3437b /mg.c | |
parent | 003a92ef523fede541513d0991848d9e3d62707a (diff) | |
download | perl-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 'mg.c')
-rw-r--r-- | mg.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -566,9 +566,6 @@ Perl_magic_get(pTHX_ SV *sv, MAGIC *mg) case '\004': /* ^D */ sv_setiv(sv, (IV)(PL_debug & DEBUG_MASK)); -#if defined(YYDEBUG) && defined(DEBUGGING) - PL_yydebug = DEBUG_p_TEST; -#endif break; case '\005': /* ^E */ if (*(mg->mg_ptr+1) == '\0') { |