diff options
author | Karl Williamson <khw@cpan.org> | 2014-06-05 14:29:44 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2014-06-05 15:22:30 -0600 |
commit | dcccc8ffbf2d700aa062eb88abe7b8cffc41ba48 (patch) | |
tree | d71ed77281ba41f7ab446c4e1182c9580b1997ba /mathoms.c | |
parent | 7fefc6c1fed0a352d7bf8df209df5274d6cd8fb0 (diff) | |
download | perl-dcccc8ffbf2d700aa062eb88abe7b8cffc41ba48.tar.gz |
perlapi: Refactor placements, headings of some functions
It is not very user friendly to list functions as
"Functions found in file FOO". Better is to group them by purpose, as
many were already. I went through and placed the ones that weren't
already so grouped into groups. Patches welcome if you have a better
classification.
I changed the headings of some so that the important disctinction was
the first word so that they are placed in the file more appropriately.
And a couple of ones that I had created myself, I came up with a name
that I think is better than the original
Diffstat (limited to 'mathoms.c')
-rw-r--r-- | mathoms.c | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -28,8 +28,16 @@ * * The compilation of this file can be suppressed; see INSTALL * +=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 + */ + #include "EXTERN.h" #define PERL_IN_MATHOMS_C #include "perl.h" |