summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-06-17 11:16:38 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-06-17 11:16:38 +0000
commitab69dbc258121720f9942be91726a46752320460 (patch)
treeb9f48800e6f66b11c7db1ecea7c17c32622223e6 /op.c
parent8433848b134d4e61d5135fd8a70d8106025ac6a6 (diff)
downloadperl-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/op.c b/op.c
index d18e6da2c7..728be109fc 100644
--- a/op.c
+++ b/op.c
@@ -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: