summaryrefslogtreecommitdiff
path: root/intrpvar.h
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-02-23 18:46:14 -0700
committerKarl Williamson <public@khwilliamson.com>2011-02-24 19:22:39 -0700
commit97df044c4263e0ec76016a6b1b36a57da2e693f2 (patch)
treeba9f05769485e8eb7fcbb91545a7deac491b0d23 /intrpvar.h
parentb3dbdd48ca2da90bce7f16d545cca54c3dc58f35 (diff)
downloadperl-97df044c4263e0ec76016a6b1b36a57da2e693f2.tar.gz
intrpvar.h: Add comment about PERLVARI
Diffstat (limited to 'intrpvar.h')
-rw-r--r--intrpvar.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/intrpvar.h b/intrpvar.h
index b45088fc48..32a013af67 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -25,7 +25,8 @@
/* The 'I' prefix is only needed for vars that need appropriate #defines
* generated when built with or without MULTIPLICITY. It is also used
- * to generate the appropriate export list for win32.
+ * to generate the appropriate export list for win32. If the variable
+ * needs to be initialized, use PERLVARI.
*
* When building without MULTIPLICITY, these variables will be truly global.
*