diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2006-04-29 14:13:24 +0300 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-04-29 13:09:18 +0000 |
commit | ca0270c4db0273594a19a3d140c7330546a185fe (patch) | |
tree | df7ea895c4b1428bf4c92a7827d2737d310eae4a /regexec.c | |
parent | cbe85d23bd82d5cc0c7b010c39356b4e9c03248d (diff) | |
download | perl-ca0270c4db0273594a19a3d140c7330546a185fe.tar.gz |
more -ansi -pedantic cleanliness
Message-ID: <44532024.9070303@gmail.com>
p4raw-id: //depot/perl@28010
Diffstat (limited to 'regexec.c')
-rw-r--r-- | regexec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2866,7 +2866,7 @@ S_regmatch(pTHX_ const regmatch_info *reginfo, regnode *prog) PerlIO_printf( Perl_debug_log, "%*s %strying alternation #%d <%s> at 0x%p%s\n", REPORT_CODE_OFF+PL_regindent*2, "", PL_colors[4], st->u.trie.accept_buff[best].wordnum, - tmp ? SvPV_nolen_const( *tmp ) : "not compiled under -Dr",scan, + tmp ? SvPV_nolen_const( *tmp ) : "not compiled under -Dr", (void*)scan, PL_colors[5] ); }); if ( best<st->u.trie.accepted ) { |