This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
04f720d
)
avoid warning (from Doug MacEachern)
author
Gurusamy Sarathy
<gsar@cpan.org>
Wed, 28 Jul 1999 07:03:34 +0000
(07:03 +0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Wed, 28 Jul 1999 07:03:34 +0000
(07:03 +0000)
p4raw-id: //depot/perl@3805
perl.h
patch
|
blob
|
blame
|
history
diff --git
a/perl.h
b/perl.h
index
7b23166
..
38ae6a7
100644
(file)
--- a/
perl.h
+++ b/
perl.h
@@
-173,7
+173,9
@@
struct perl_thread;
# define dTHX dTHXa(THR)
# define dTHR dNOOP
# else
-# define MULTIPLICITY
+# ifndef MULTIPLICITY
+# define MULTIPLICITY
+# endif
# define pTHX register PerlInterpreter *my_perl
# define aTHX my_perl
# define dTHXa(a) pTHX = (PerlInterpreter *)a