summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-06-10 04:41:38 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-06-10 04:41:38 +0000
commit4f63d0249796d635a70b03245ad972152a3eba76 (patch)
tree78e8b9415185329d5689a8dbb8bfaa4aa5ba97cf /embed.pl
parentcea2e8a9dd23747fd2b66edc86c58c64e9970321 (diff)
downloadperl-4f63d0249796d635a70b03245ad972152a3eba76.tar.gz
win32 build fixes
p4raw-id: //depot/perl@3525
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl24
1 files changed, 9 insertions, 15 deletions
diff --git a/embed.pl b/embed.pl
index 6fad12441f..452a4dec54 100755
--- a/embed.pl
+++ b/embed.pl
@@ -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