Skip to content

Commit e42adc9

Browse files
committed
mathoms.c: Add a few coments
1 parent b7b77ff commit e42adc9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mathoms.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
* 1) A function has been replaced by a macro within a minor release,
2828
* so XS modules compiled against an older release will expect to
2929
* still be able to link against the function
30+
* 2) A function is deprecated, and so placing it here will cause a compiler
31+
* warning to be generated (for participating compilers).
32+
* 3) A few other reasons, documented with the functions below
3033
*
3134
* It used to be that this was the way to handle the case were a function
3235
* Perl_foo(...) had been replaced by a macro. But see the 'm' flag discussion

0 commit comments

Comments
 (0)