summaryrefslogtreecommitdiff
path: root/mathoms.c
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2022-05-08 11:59:21 -0600
committerKarl Williamson <khw@cpan.org>2022-05-08 12:26:16 -0600
commitf230e17ffedbfc8146b0c3c7b06b8ab853752ebd (patch)
tree31619cbc344b3735ed7f352e7f1deaee28b51635 /mathoms.c
parentfe4090f045c7e4b139bde18c0e12a0ea551d7e8e (diff)
downloadperl-f230e17ffedbfc8146b0c3c7b06b8ab853752ebd.tar.gz
mathoms.c: Comment about PERL_NO_SHORT_NAMES
Diffstat (limited to 'mathoms.c')
-rw-r--r--mathoms.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/mathoms.c b/mathoms.c
index d26284019e..74f1078e6a 100644
--- a/mathoms.c
+++ b/mathoms.c
@@ -32,6 +32,9 @@
* but XS code may still explicitly use the long form, i.e.
* Perl_foo(aTHX_ ...)
*
+ * This file can't just be cleaned out periodically, because that would break
+ * builds with -DPERL_NO_SHORT_NAMES
+ *
* NOTE: ALL FUNCTIONS IN THIS FILE should have an entry with the 'b' flag in
* embed.fnc.
*