summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-07-23 09:24:06 -0600
committerKarl Williamson <khw@cpan.org>2020-11-18 05:15:43 -0700
commit1d210779fca4e1f38a05cc35fab98b7584f54f27 (patch)
tree0b7c212336e40df72d84226b7368aa5eac31b76e /perl.h
parent3af695f3325716a03a79f2b1a27b032ed4698bfa (diff)
downloadperl-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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/perl.h b/perl.h
index 2358a7075b..70112bd81c 100644
--- a/perl.h
+++ b/perl.h
@@ -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