Store the PL_compcv instead of the the PL_comppad in parser stack, and make it refere...
authorGerard Goossen <gerard@ggoossen.net>
Tue, 8 Dec 2009 19:41:28 +0000 (20:41 +0100)
committerRafael Garcia-Suarez <rgs@consttype.org>
Wed, 16 Dec 2009 09:18:01 +0000 (10:18 +0100)
commit8c63ea58497f2deb05596f96547d19395545a0ee
tree4d7f56a670ce22d0c7c2f4c2ddb75d2d999bf067
parent7e8f1eacdace90501f4e820697697c9c339efa6f
Store the PL_compcv instead of the the PL_comppad in parser stack, and make it reference counted. Properly solves [perl #66094]
pad.h
parser.h
perly.c