diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-25 01:52:33 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-25 01:52:33 +0000 |
commit | 0915168dfc2c6c56bf2e559bd2f0c2756592f6ec (patch) | |
tree | d85c76442a7706abf5d2f259354076acbba929c3 /global.sym | |
parent | a71134ccd63caac9bdbe2047c5884d37d8361849 (diff) | |
download | perl-0915168dfc2c6c56bf2e559bd2f0c2756592f6ec.tar.gz |
Since pv_uni_display and sv_uni_display are now used
in the re extension, their symbols have to be exported.
p4raw-id: //depot/perl@12633
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/global.sym b/global.sym index ede1f3d6b4..c2535a978a 100644 --- a/global.sym +++ b/global.sym @@ -526,6 +526,8 @@ Perl_sv_setpvn_mg Perl_sv_setsv_mg Perl_sv_usepvn_mg Perl_get_vtbl +Perl_pv_uni_display +Perl_sv_uni_display Perl_dump_indent Perl_dump_vindent Perl_do_gv_dump |