summaryrefslogtreecommitdiff
path: root/doop.c
diff options
context:
space:
mode:
Diffstat (limited to 'doop.c')
-rw-r--r--doop.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/doop.c b/doop.c
index 75cbd3ec40..c16318244d 100644
--- a/doop.c
+++ b/doop.c
@@ -399,7 +399,8 @@ STATIC I32
S_do_trans_count_utf8(pTHX_ SV *sv)
{
const U8 *s;
- const U8 *start = 0, *send;
+ const U8 *start = NULL;
+ const U8 *send;
I32 matches = 0;
STRLEN len;