This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
intrpvar.h: clarification in comment
authorKarl Williamson <public@khwilliamson.com>
Thu, 5 Jan 2012 22:24:11 +0000 (15:24 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 13 Jan 2012 16:58:38 +0000 (09:58 -0700)
intrpvar.h

index 0b32657..c921112 100644 (file)
@@ -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