diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-06-10 04:41:38 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-06-10 04:41:38 +0000 |
commit | 4f63d0249796d635a70b03245ad972152a3eba76 (patch) | |
tree | 78e8b9415185329d5689a8dbb8bfaa4aa5ba97cf /embed.pl | |
parent | cea2e8a9dd23747fd2b66edc86c58c64e9970321 (diff) | |
download | perl-4f63d0249796d635a70b03245ad972152a3eba76.tar.gz |
win32 build fixes
p4raw-id: //depot/perl@3525
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 24 |
1 files changed, 9 insertions, 15 deletions
@@ -1384,15 +1384,15 @@ pno |Malloc_t|calloc |MEM_SIZE elements|MEM_SIZE size pno |Malloc_t|realloc |Malloc_t where|MEM_SIZE nbytes pno |Free_t |mfree |Malloc_t where #endif -p |Malloc_t|safesysmalloc |MEM_SIZE nbytes -p |Malloc_t|safesyscalloc |MEM_SIZE elements|MEM_SIZE size -p |Malloc_t|safesysrealloc|Malloc_t where|MEM_SIZE nbytes -p |Free_t |safesysfree |Malloc_t where +pn |Malloc_t|safesysmalloc |MEM_SIZE nbytes +pn |Malloc_t|safesyscalloc |MEM_SIZE elements|MEM_SIZE size +pn |Malloc_t|safesysrealloc|Malloc_t where|MEM_SIZE nbytes +pn |Free_t |safesysfree |Malloc_t where #if defined(LEAKTEST) -p |Malloc_t|safexmalloc |I32 x|MEM_SIZE size -p |Malloc_t|safexcalloc |I32 x|MEM_SIZE elements|MEM_SIZE size -p |Malloc_t|safexrealloc |Malloc_t where|MEM_SIZE size -p |void |safexfree |Malloc_t where +pn |Malloc_t|safexmalloc |I32 x|MEM_SIZE size +pn |Malloc_t|safexcalloc |I32 x|MEM_SIZE elements|MEM_SIZE size +pn |Malloc_t|safexrealloc |Malloc_t where|MEM_SIZE size +pn |void |safexfree |Malloc_t where #endif #if defined(PERL_GLOBAL_STRUCT) p |struct perl_vars *|GetVars @@ -1457,12 +1457,6 @@ s |I32 |do_trans_UC_trivial |SV *sv s |I32 |do_trans_CU_trivial |SV *sv #endif -#if defined(PERL_IN_GLOBALS_C) -# if defined(WIN32) -s |int |do_aspawn |void *vreally|void **vmark|void **vsp -# endif -#endif - #if defined(PERL_IN_GV_C) s |void |gv_init_sv |GV *gv|I32 sv_type #endif @@ -1668,7 +1662,7 @@ s |void |visit |SVFUNC_t f s |void |reg_add |SV *sv s |void |reg_remove |SV *sv # else -s |void* |my_safemalloc |MEM_SIZE size +ns |void* |my_safemalloc |MEM_SIZE size # endif s |void |sv_add_backref |SV *tsv|SV *sv s |void |sv_del_backref |SV *sv |