summaryrefslogtreecommitdiff
path: root/regexec.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2006-04-29 14:13:24 +0300
committerSteve Peters <steve@fisharerojo.org>2006-04-29 13:09:18 +0000
commitca0270c4db0273594a19a3d140c7330546a185fe (patch)
treedf7ea895c4b1428bf4c92a7827d2737d310eae4a /regexec.c
parentcbe85d23bd82d5cc0c7b010c39356b4e9c03248d (diff)
downloadperl-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/regexec.c b/regexec.c
index 580ad5ed82..c0061012cf 100644
--- a/regexec.c
+++ b/regexec.c
@@ -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 ) {