diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-08-09 14:13:46 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-08-09 14:13:46 +0000 |
commit | d008e5eb7c415dcc8f8574295483b68ff3443910 (patch) | |
tree | 2e4742cbd18ce656e0de20ec1d5d71cad472503c /universal.c | |
parent | 599cee73f2261c5e09cde7ceba3f9a896989e117 (diff) | |
download | perl-d008e5eb7c415dcc8f8574295483b68ff3443910.tar.gz |
add missing dTHR; notes for test failures due to small stacksize
p4raw-id: //depot/perl@1774
Diffstat (limited to 'universal.c')
-rw-r--r-- | universal.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/universal.c b/universal.c index 2707e46d89..9bf3efcb6e 100644 --- a/universal.c +++ b/universal.c @@ -53,6 +53,7 @@ isa_lookup(HV *stash, char *name, int len, int level) SV* sv = *svp++; HV* basestash = gv_stashsv(sv, FALSE); if (!basestash) { + dTHR; if (ckWARN(WARN_MISC)) warner(WARN_SYNTAX, "Can't locate package %s for @%s::ISA", |