File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 20
20
21
21
/* By defining PERL_NO_SHORT_NAMES (not done by default) the short forms
22
22
* (like warn instead of Perl_warn) for the API are not defined.
23
- * Not defining the short forms is a good thing for cleaner embedding. */
23
+ * Not defining the short forms is a good thing for cleaner embedding.
24
+ * BEWARE that a bunch of macros don't have long names, so either must be
25
+ * added or don't use them if you define this symbol */
24
26
25
27
#ifndef PERL_NO_SHORT_NAMES
26
28
Original file line number Diff line number Diff line change @@ -316,7 +316,9 @@ ($$$)
316
316
317
317
/* By defining PERL_NO_SHORT_NAMES (not done by default) the short forms
318
318
* (like warn instead of Perl_warn) for the API are not defined.
319
- * Not defining the short forms is a good thing for cleaner embedding. */
319
+ * Not defining the short forms is a good thing for cleaner embedding.
320
+ * BEWARE that a bunch of macros don't have long names, so either must be
321
+ * added or don't use them if you define this symbol */
320
322
321
323
#ifndef PERL_NO_SHORT_NAMES
322
324
You can’t perform that action at this time.
0 commit comments