diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-06-17 11:16:38 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-06-17 11:16:38 +0000 |
commit | ab69dbc258121720f9942be91726a46752320460 (patch) | |
tree | b9f48800e6f66b11c7db1ecea7c17c32622223e6 /op.c | |
parent | 8433848b134d4e61d5135fd8a70d8106025ac6a6 (diff) | |
download | perl-ab69dbc258121720f9942be91726a46752320460.tar.gz |
Rename the new macro clear_errsv() from last patch to CLEAR_ERRSV()
p4raw-id: //depot/perl@34069
Diffstat (limited to 'op.c')
-rw-r--r-- | op.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2521,7 +2521,7 @@ Perl_fold_constants(pTHX_ register OP *o) case 3: /* Something tried to die. Abandon constant folding. */ /* Pretend the error never happened. */ - clear_errsv(); + CLEAR_ERRSV(); o->op_next = old_next; break; default: |