From 79ad5206c03201d76b9dcd75277ed02999f26eac Mon Sep 17 00:00:00 2001 From: Aaron Crane Date: Tue, 27 Nov 2018 11:32:11 +0000 Subject: Rely on C89 "const" The metaconfig probe for previously relied on the d_const symbol set by the "const" probe, so generating Configure here has been done against metaconfig commit 1204d4627a06b11f16620188f3fa83159ed35fd9 which changes that. Thanks to khw++ for pointing out this oversight in my attempt last year to make the codebase rely on C89. --- uconfig.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'uconfig.sh') diff --git a/uconfig.sh b/uconfig.sh index 6d980a5172..e87725502c 100644 --- a/uconfig.sh +++ b/uconfig.sh @@ -83,7 +83,6 @@ d_class='undef' d_clearenv='undef' d_closedir='define' d_cmsghdr_s='undef' -d_const='undef' d_copysign='undef' d_copysignl='undef' d_cplusplus='undef' -- cgit v1.2.1