projects
/
perl.git
/ commitdiff
free
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
579333e
)
Merge two adjacent #ifdefs in embed.fnc
author
Father Chrysostomos <sprout@cpan.org>
Sat, 19 Nov 2011 07:22:17 +0000 (23:22 -0800)
committer
Father Chrysostomos <sprout@cpan.org>
Sat, 19 Nov 2011 07:22:17 +0000 (23:22 -0800)
d08d57ef
added a new #ifdef right after and #endif with the same con-
dition. There is no need for the separation.
embed.fnc
patch
|
blob
|
blame
|
history
diff --git
a/embed.fnc
b/embed.fnc
index
fb93b93
..
6b22a3e
100644
(file)
--- a/
embed.fnc
+++ b/
embed.fnc
@@
-1583,8
+1583,6
@@
ApR |MAGIC* |mg_dup |NULLOK MAGIC *mg|NN CLONE_PARAMS *const param
#if defined(PERL_IN_SV_C)
s |SV ** |sv_dup_inc_multiple|NN SV *const *source|NN SV **dest \
|SSize_t items|NN CLONE_PARAMS *const param
-#endif
-#if defined(PERL_IN_SV_C)
sR |SV* |sv_dup_common |NN const SV *const sstr \
|NN CLONE_PARAMS *const param
#endif