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 /perl.h | |
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 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6008,7 +6008,7 @@ extern void moncontrol(int); #endif /* Include guard */ -#define clear_errsv() STMT_START { sv_setpvn(ERRSV,"",0); if (SvMAGICAL(ERRSV)) { mg_free(ERRSV); } SvPOK_only(ERRSV); } STMT_END +#define CLEAR_ERRSV() STMT_START { sv_setpvn(ERRSV,"",0); if (SvMAGICAL(ERRSV)) { mg_free(ERRSV); } SvPOK_only(ERRSV); } STMT_END /* * Local variables: |