We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7b77ff commit e42adc9Copy full SHA for e42adc9
mathoms.c
@@ -27,6 +27,9 @@
27
* 1) A function has been replaced by a macro within a minor release,
28
* so XS modules compiled against an older release will expect to
29
* 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
33
*
34
* It used to be that this was the way to handle the case were a function
35
* Perl_foo(...) had been replaced by a macro. But see the 'm' flag discussion
0 commit comments