allow exit during fold_constants
authorDave Mitchell <davem@fdisolutions.com>
Tue, 9 May 2006 11:43:55 +0000 (11:43 +0000)
committerDave Mitchell <davem@fdisolutions.com>
Tue, 9 May 2006 11:43:55 +0000 (11:43 +0000)
commit5db49ba3a175392c88bf67c5576fcca80075f35e
treea5f85230798407259dd5ea621027a0b400713335
parentd305c2c92e46701c9eb2a048c9a73c330d106b35
allow exit during fold_constants
eg BEGIN { $SIG{__WARN__} = sub{exit};} "a" == "b"

p4raw-id: //depot/perl@28135
op.c