summaryrefslogtreecommitdiff
path: root/uconfig.h
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2019-06-24 20:47:26 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2019-06-24 20:47:26 +0100
commit812e2121cb84e726a5a5b5a3a64c6f949426e02f (patch)
tree06a5ea6baff297a59e663173cf197528665ce828 /uconfig.h
parent362d2cd85ebfe95231952e6fccbaadc26915db9d (diff)
downloadperl-812e2121cb84e726a5a5b5a3a64c6f949426e02f.tar.gz
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
Diffstat (limited to 'uconfig.h')
-rw-r--r--uconfig.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/uconfig.h b/uconfig.h
index 3b7ccf9e62..09fd622baa 100644
--- a/uconfig.h
+++ b/uconfig.h
@@ -4196,11 +4196,11 @@
/*#define USE_64_BIT_ALL / **/
#endif
-/* USE_CBACKTRACE:
+/* USE_C_BACKTRACE:
* This symbol, if defined, indicates that Perl should
* be built with support for backtrace.
*/
-/*#define USE_CBACKTRACE / **/
+/*#define USE_C_BACKTRACE / **/
/* USE_DTRACE:
* This symbol, if defined, indicates that Perl should
@@ -5244,6 +5244,6 @@
#endif
/* Generated from:
- * 6608de918c3c876975f74b684da2536ab1ee23459783d691ae02ce2526a497a7 config_h.SH
+ * e3dbc17ac938c9df0df81930ccebf94a0425dbff9d20c3edd18a84075eff4fc2 config_h.SH
* a11d95f56af200907b9285ed0da243a4c20db34f5684af313d18195eaba2b18b uconfig.sh
* ex: set ro: */