diff options
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" |