summaryrefslogtreecommitdiff
path: root/embed.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-10-19 15:49:27 -0600
committerKarl Williamson <khw@cpan.org>2020-10-26 13:38:22 -0600
commite8581bc2c747ca29bf14cd33600912bfc5a00bf0 (patch)
treed4438071acec6a9a5a087e6c269f6cd6848500a2 /embed.h
parentbb58640a409949759318542317e353e2241cc408 (diff)
downloadperl-e8581bc2c747ca29bf14cd33600912bfc5a00bf0.tar.gz
embed.h: Add caution about PERL_NO_SHORT_NAMES
Diffstat (limited to 'embed.h')
-rw-r--r--embed.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/embed.h b/embed.h
index fbd32d3e82..b53d015aa9 100644
--- a/embed.h
+++ b/embed.h
@@ -20,7 +20,9 @@
/* By defining PERL_NO_SHORT_NAMES (not done by default) the short forms
* (like warn instead of Perl_warn) for the API are not defined.
- * Not defining the short forms is a good thing for cleaner embedding. */
+ * Not defining the short forms is a good thing for cleaner embedding.
+ * BEWARE that a bunch of macros don't have long names, so either must be
+ * added or don't use them if you define this symbol */
#ifndef PERL_NO_SHORT_NAMES