diff options
-rw-r--r-- | embed.fnc | 2 | ||||
-rw-r--r-- | global.sym | 1 | ||||
-rw-r--r-- | makedef.pl | 12 |
3 files changed, 2 insertions, 13 deletions
@@ -165,7 +165,7 @@ ApPR |char** |get_op_names pPR |const char* |get_no_modify pPR |U32* |get_opargs ApPR |PPADDR_t*|get_ppaddr -EpR |I32 |cxinc +EXpR |I32 |cxinc Afp |void |deb |NN const char* pat|... Ap |void |vdeb |NN const char* pat|NULLOK va_list* args Ap |void |debprofdump diff --git a/global.sym b/global.sym index 61f8b4697e..ef432ddea0 100644 --- a/global.sym +++ b/global.sym @@ -84,6 +84,7 @@ Perl_filter_read Perl_get_op_descs Perl_get_op_names Perl_get_ppaddr +Perl_cxinc Perl_deb Perl_vdeb Perl_debprofdump diff --git a/makedef.pl b/makedef.pl index 032881ad51..0ab196ece7 100644 --- a/makedef.pl +++ b/makedef.pl @@ -1572,18 +1572,6 @@ sub output_symbol { 1; __DATA__ -# extra globals not included above. -Perl_new_warnings_bitfield -Perl_cxinc -perl_alloc -perl_alloc_using -perl_clone -perl_clone_using -perl_construct -perl_destruct -perl_free -perl_parse -perl_run # Oddities from PerlIO PerlIO_binmode PerlIO_getpos |