diff options
author | Karl Williamson <khw@cpan.org> | 2016-12-15 19:51:26 -0700 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2016-12-23 16:48:36 -0700 |
commit | 34aeb2e92066dd41c16797e63eb0496735b5dfe4 (patch) | |
tree | c4467b0a0ad58174574782fcb79ffbb5902a339f /intrpvar.h | |
parent | 24e16d7b405f10168aae144d4a2c37d9c6443b9e (diff) | |
download | perl-34aeb2e92066dd41c16797e63eb0496735b5dfe4.tar.gz |
Deprecate isFOO_utf8() macros
These macros are being replaced by a safe version; they now generate a
deprecation message at each call site upon the first use there in each
program run.
Diffstat (limited to 'intrpvar.h')
-rw-r--r-- | intrpvar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/intrpvar.h b/intrpvar.h index 1aa94f7f31..a078be4a1f 100644 --- a/intrpvar.h +++ b/intrpvar.h @@ -628,6 +628,7 @@ PERLVAR(I, GCB_invlist, SV *) PERLVAR(I, LB_invlist, SV *) PERLVAR(I, SB_invlist, SV *) PERLVAR(I, WB_invlist, SV *) +PERLVAR(I, seen_deprecated_macro, HV *) PERLVAR(I, last_swash_hv, HV *) PERLVAR(I, last_swash_tmps, U8 *) |