diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-26 05:07:05 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-26 05:07:05 +0000 |
commit | a176fa2a176313dc1a9b9594d080f47292ff4070 (patch) | |
tree | 84b70d108cda787375cc8e20221d4f319b96e18d /global.sym | |
parent | 2d47f9631e4507635394284706f31b5286b80fcb (diff) | |
download | perl-a176fa2a176313dc1a9b9594d080f47292ff4070.tar.gz |
add new files to MANIFEST; add missing prototypes to proto.h;
s/PL_utf8skip/utf8skip/ for now, or we end up with Perl_PL_;
add typecasts to silence warnings; tweaks for win32 builds
p4raw-id: //depot/perl@1663
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global.sym b/global.sym index ac13e65c06..ef16b8a873 100644 --- a/global.sym +++ b/global.sym @@ -1102,6 +1102,7 @@ utf16_to_utf8_reversed utf8_distance utf8_hop utf8_to_uv +utf8skip utilize uv_to_utf8 wait4pid |