Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sat, 30 Sep 2000 12:18:00 +0000 (12:18 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sat, 30 Sep 2000 12:18:00 +0000 (12:18 +0000)
commit8e84507e42a00e64817e92106359a5275566dc19
treeff1d6f1a77730ac1007ca44d8ac26884b6aa3bcf
parent2f5768b866885bc2ed8e8faa13e51aa5ce9671f0
Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
0 to checking to get the warning.

p4raw-id: //depot/perl@7096
17 files changed:
doop.c
embed.h
embed.pl
global.sym
handy.h
objXSUB.h
op.c
perlapi.c
pod/perlapi.pod
pp.c
pp_ctl.c
proto.h
regcomp.c
regexec.c
sv.c
toke.c
utf8.c