diff options
author | Father Chrysostomos <sprout@cpan.org> | 2016-05-22 14:32:40 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2016-07-13 01:12:47 -0700 |
commit | 8df0e7a28b22521824d9a5d0d44f2b27d2955298 (patch) | |
tree | 278832be8a793a0e383066a875b12e847055d0ee /perl.h | |
parent | a15a3d9b600adf7d9dd78193d608361f302b0370 (diff) | |
download | perl-8df0e7a28b22521824d9a5d0d44f2b27d2955298.tar.gz |
Remove IN_ENCODING macro, and all code dependent on it
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -757,10 +757,6 @@ # endif #endif /* !NO_LOCALE && HAS_SETLOCALE */ -/* Is $^ENCODING set, or are we under the encoding pragma? */ -#define IN_ENCODING UNLIKELY(PL_encoding \ - || (PL_lex_encoding && _get_encoding() != NULL)) - #include <setjmp.h> #ifdef I_SYS_PARAM |