diff options
author | Karl Williamson <khw@cpan.org> | 2020-07-23 09:24:06 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-11-18 05:15:43 -0700 |
commit | 1d210779fca4e1f38a05cc35fab98b7584f54f27 (patch) | |
tree | 0b7c212336e40df72d84226b7368aa5eac31b76e /perl.h | |
parent | 3af695f3325716a03a79f2b1a27b032ed4698bfa (diff) | |
download | perl-1d210779fca4e1f38a05cc35fab98b7584f54f27.tar.gz |
Remove PERLIO_FUNCS_CONST
As the comment said, this was temporary until vtables got to be all
const
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -135,9 +135,6 @@ Otherwise ends a section of code already begun by a C<L</START_EXTERN_C>>. # endif #endif -/* this used to be off by default, now its on, see perlio.h */ -#define PERLIO_FUNCS_CONST - #ifdef PERL_IMPLICIT_CONTEXT # ifndef MULTIPLICITY # define MULTIPLICITY |