The new jumbo regexp stuff did SSPUSHINT on a char* instead of
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Wed, 19 Nov 1997 17:45:37 +0000 (17:45 +0000)
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Wed, 19 Nov 1997 17:45:37 +0000 (17:45 +0000)
commitc5254dd600e35509100e643867b417e514781043
treefe805720b01134f8e566dd95f26b8318edb7aff5
parentd627ae4ec1b0cdf09c0e99c4a5197c0c507bd235
The new jumbo regexp stuff did SSPUSHINT on a char* instead of
SSPUSHPTR causing Alpha to core dump in pat.t. While fixing it,
also fixed two instances of referring to SVs after destruction.

p4raw-id: //depot/perl@270
regcomp.c
regexec.c