From: H.Merijn Brand - Tux Date: Thu, 25 Jul 2019 13:41:02 +0000 (+0200) Subject: Fix erroneous references to USE_CBACKTRACE X-Git-Tag: 5.32.0~26 X-Git-Url: https://perl5.git.perl.org/metaconfig.git/commitdiff_plain/007f0085a562bffd035b47dc4eeb0c68061b5a86 Fix erroneous references to USE_CBACKTRACE The #define set in Configure and used in locale.c and util.c is actually USE_C_BACKTRACE. backport of 812e2121cb84e726a5a5b5a3a64c6f949426e02f --- diff --git a/U/perl/usebacktrace.U b/U/perl/usebacktrace.U index dc9447b..2406d48 100644 --- a/U/perl/usebacktrace.U +++ b/U/perl/usebacktrace.U @@ -14,11 +14,11 @@ ?S: This variable indicates whether we are compiling with backtrace ?S: support. ?S:. -?C:USE_CBACKTRACE: +?C:USE_C_BACKTRACE: ?C: This symbol, if defined, indicates that Perl should ?C: be built with support for backtrace. ?C:. -?H:#$usecbacktrace USE_CBACKTRACE /**/ +?H:#$usecbacktrace USE_C_BACKTRACE /**/ ?H:. ?LINT:extern ccflags ?LINT:change ccflags