summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2008-02-27 12:29:36 +0000
committerSteve Hay <SteveHay@planit.com>2008-02-27 12:29:36 +0000
commitbcfe2509c9c690ad84f6fd6d67302d2fbefea805 (patch)
tree67bc00311b9deb1684e523749d1b75c8c5353092 /embed.fnc
parente050cc0e6db974512bccc84746c68ba4ed3e4079 (diff)
downloadperl-bcfe2509c9c690ad84f6fd6d67302d2fbefea805.tar.gz
Change variable name to fix debug build with PERL_OLD_COPY_ON_WRITE
p4raw-id: //depot/perl@33384
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index b036b0adc6..79944b422b 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1675,7 +1675,7 @@ Ap |char* |my_atof2 |NN const char *s|NN NV* value
Apn |int |my_socketpair |int family|int type|int protocol|int fd[2]
Ap |int |my_dirfd |NULLOK DIR* dir
#ifdef PERL_OLD_COPY_ON_WRITE
-pMXE |SV* |sv_setsv_cow |NN SV* dsv|NN SV* ssv
+pMXE |SV* |sv_setsv_cow |NN SV* dstr|NN SV* sstr
#endif
Aop |const char *|PerlIO_context_layers|NULLOK const char *mode