Skip to content

Commit

Permalink
mathoms.c: Remove obsolete perlapi comments
Browse files Browse the repository at this point in the history
These comments were meant to be used in perlapi, but ended up being ignored.
  • Loading branch information
khwilliamson committed Jul 15, 2024
1 parent 3c9d78c commit aa3bf94
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions mathoms.c
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,13 @@
*
* and add the 'b' flag in embed.fnc.
*
* The compilation of this file can be suppressed; see INSTALL
* The compilation of this file and the functions within it can be suppressed
* by adding this option to Configure:
*
* -Accflags='-DNO_MATHOMS'
*
* Some of the functions here are also deprecated.
*
* Some blurb for perlapi.pod:
head1 Obsolete backwards compatibility functions
Some of these are also deprecated. You can exclude these from
your compiled Perl by adding this option to Configure:
C<-Accflags='-DNO_MATHOMS'>
=cut
*/


Expand Down

0 comments on commit aa3bf94

Please sign in to comment.