This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix erroneous references to USE_CBACKTRACE
authorSteve Hay <steve.m.hay@googlemail.com>
Mon, 24 Jun 2019 19:47:26 +0000 (20:47 +0100)
committerSteve Hay <steve.m.hay@googlemail.com>
Mon, 24 Jun 2019 19:47:26 +0000 (20:47 +0100)
commit812e2121cb84e726a5a5b5a3a64c6f949426e02f
tree06a5ea6baff297a59e663173cf197528665ce828
parent362d2cd85ebfe95231952e6fccbaadc26915db9d
Fix erroneous references to USE_CBACKTRACE

The #define set in Configure and used in locale.c and util.c is actually
USE_C_BACKTRACE.

Pointed out by NormW in
https://www.nntp.perl.org/group/perl.perl5.porters/2018/04/msg250441.html
Porting/config_H
config_h.SH
uconfig.h
win32/config_H.gc
win32/config_H.vc