This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Only append ?? match ops to the list used by reset. This saves memory
authorNicholas Clark <nick@ccl4.org>
Fri, 6 Apr 2007 21:53:46 +0000 (21:53 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 6 Apr 2007 21:53:46 +0000 (21:53 +0000)
commitad639bfb68f3fce4864d833950ed2ff9dd1cb28d
tree0f94b8b59215fe8d987ae34bd2793fcc3961cadd
parentbfd0ff222f043bea86c0b0e7700eeab47f675d46
Only append ?? match ops to the list used by reset. This saves memory
and time.

p4raw-id: //depot/perl@30857
op.c
op.h
toke.c