summaryrefslogtreecommitdiff
path: root/utf8.c
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-11-14 22:16:06 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-14 22:16:06 +0000
commit4ea42e7fb8e3dea988e8752ae6cffde5bc2a516a (patch)
tree63486f63aababb07e904499d395811f3690b26cb /utf8.c
parentd38ca1713e2d9b15aeec2ddecbf2bc47e7825cf0 (diff)
downloadperl-4ea42e7fb8e3dea988e8752ae6cffde5bc2a516a.tar.gz
Quieten pgcc 2.91.66 worries.
p4raw-id: //depot/perl@13008
Diffstat (limited to 'utf8.c')
-rw-r--r--utf8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utf8.c b/utf8.c
index 9d593bdc91..576231ff65 100644
--- a/utf8.c
+++ b/utf8.c
@@ -1344,7 +1344,7 @@ Perl_swash_fetch(pTHX_ SV *sv, U8 *ptr, bool do_utf8)
U32 off;
STRLEN slen;
STRLEN needents;
- U8 *tmps;
+ U8 *tmps = NULL;
U32 bit;
SV *retval;
U8 tmputf8[2];