From aea4f609175b8d3694278560443a821f9cb5265c Mon Sep 17 00:00:00 2001 From: Dave Mitchell Date: Thu, 8 Mar 2001 12:06:57 +0000 Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk> p4raw-id: //depot/perl@9084 --- vms/perly_c.vms | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vms') diff --git a/vms/perly_c.vms b/vms/perly_c.vms index 640780af83..7fb0b47a09 100644 --- a/vms/perly_c.vms +++ b/vms/perly_c.vms @@ -1568,7 +1568,7 @@ case 1: #line 125 "perly.y" { #if defined(YYDEBUG) && defined(DEBUGGING) - yydebug = (PL_debug & 1); + yydebug = (DEBUG_p_TEST); #endif PL_expect = XSTATE; } -- cgit v1.2.1