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:
e0aa61c
)
intrpvar.h: clarification in comment
author
Karl Williamson
<public@khwilliamson.com>
Thu, 5 Jan 2012 22:24:11 +0000
(15:24 -0700)
committer
Karl Williamson
<public@khwilliamson.com>
Fri, 13 Jan 2012 16:58:38 +0000
(09:58 -0700)
intrpvar.h
patch
|
blob
|
blame
|
history
diff --git
a/intrpvar.h
b/intrpvar.h
index
0b32657
..
c921112
100644
(file)
--- a/
intrpvar.h
+++ b/
intrpvar.h
@@
-19,7
+19,7
@@
/* New variables must be added to the very end for binary compatibility. */
-/* Don't forget to add your variable also to perl_clone()! */
+/* Don't forget to add your variable also to perl_clone()!
(in sv.c)
*/
/* The 'I' prefix is only needed for vars that need appropriate #defines
* generated when built with or without MULTIPLICITY. It is also used