summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-01-05 15:24:11 -0700
committerKarl Williamson <public@khwilliamson.com>2012-01-13 09:58:38 -0700
commitba05a734abc139486481541de5692c30c0ec39e4 (patch)
tree1bab1449ee1be619e71ecd31ded77fc0df7698d5 /intrpvar.h
parente0aa61c65586d1cb679eee0119e39c63ab59bd5e (diff)
downloadperl-ba05a734abc139486481541de5692c30c0ec39e4.tar.gz
intrpvar.h: clarification in comment
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h
index 0b32657960..c9211128d6 100644
--- 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