This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Also fix wince for caretx after e2051532106.
[perl5.git] / makedef.pl
index 8523455..5c49859 100644 (file)
@@ -364,6 +364,7 @@ unless ($define{'USE_ITHREADS'}) {
                    PL_stashpadix
                    PL_stashpadmax
                    Perl_alloccopstash
+                   Perl_allocfilegv
                    Perl_clone_params_del
                    Perl_clone_params_new
                    Perl_parser_dup
@@ -676,7 +677,6 @@ if ($define{'USE_PERLIO'}) {
                         PerlIO_set_cnt
                         PerlIO_set_ptrcnt
                         PerlIO_setlinebuf
-                        PerlIO_sprintf
                         PerlIO_stderr
                         PerlIO_stdin
                         PerlIO_stdout
@@ -804,9 +804,7 @@ try_symbols(qw(
                    PerlIO_getpos
                    PerlIO_init
                    PerlIO_setpos
-                   PerlIO_sprintf
                    PerlIO_tmpfile
-                   PerlIO_vsprintf
             ));
 
 if ($ARGS{PLATFORM} eq 'win32') {