summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-07-04 16:28:58 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-07-04 16:28:58 +0000
commitce58e4c2a04da0fdbc16746698a37cdef4d70f56 (patch)
tree7d0da48cee76503a90650d95a2f3e720d6b0b431 /embed.pl
parent9bb8fa4d8ccca8c2de391a370dd92749d7f09354 (diff)
downloadperl-ce58e4c2a04da0fdbc16746698a37cdef4d70f56.tar.gz
Win32 patches for cfgperl from Sarathy.
p4raw-id: //depot/cfgperl@6307
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/embed.pl b/embed.pl
index 7e94a09146..3d4f3bb76b 100755
--- a/embed.pl
+++ b/embed.pl
@@ -2106,6 +2106,9 @@ Ap |struct perl_vars *|GetVars
#endif
Ap |int |runops_standard
Ap |int |runops_debug
+#if defined(USE_THREADS)
+Ap |SV* |sv_lock |SV *sv
+#endif
Afpd |void |sv_catpvf_mg |SV *sv|const char* pat|...
Ap |void |sv_vcatpvf_mg |SV* sv|const char* pat|va_list* args
Apd |void |sv_catpv_mg |SV *sv|const char *ptr
@@ -2515,8 +2518,6 @@ s |void |xstat |int
# endif
#endif
-Arp |SV* |lock |SV *sv
-
#if defined(PERL_OBJECT)
};
#endif