From 190abcd875efa4196888e86034d274f97614cfc1 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Fri, 16 Aug 2013 14:23:20 +0200 Subject: [PATCH] [perl #119271] Faulty test for INT16 in Configure #ifdef INT16 int16_t i = INT16_MAX; uint16_t i = UINT16_MAX; printf("int16_t\n"); #endif Declaring i twice is a typo; The second variable should be a 'u'. --- Configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Configure b/Configure index e47289b..19bed50 100755 --- a/Configure +++ b/Configure @@ -28,7 +28,7 @@ # See Porting/pumpkin.pod for more information on metaconfig. # -# Generated on Mon Jul 15 15:52:13 CEST 2013 [metaconfig 3.5 PL0] +# Generated on Fri Aug 16 14:21:14 CEST 2013 [metaconfig 3.5 PL0] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <