From 12fbd33b4c244f0a97c39c9f6411b444814dbc56 Mon Sep 17 00:00:00 2001 From: Dave Mitchell Date: Sat, 28 Feb 2004 22:37:08 +0000 Subject: make the bison-based parser threadsafe and capable of deep recursion by eradicating Perl_yylex_r() p4raw-id: //depot/perl@22408 --- mg.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'mg.c') diff --git a/mg.c b/mg.c index 9f3075d655..340ab6a425 100644 --- a/mg.c +++ b/mg.c @@ -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') { -- cgit v1.2.1