From 8a6214fb052f5ea1b2cdaf17b53e7bbb89c80d45 Mon Sep 17 00:00:00 2001 From: "H.Merijn Brand" Date: Mon, 24 Dec 2012 16:08:40 +0100 Subject: [PATCH] Remove register keywork from randfunc tests in Configure --- Configure | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Configure b/Configure index aad2a23..06e216f 100755 --- a/Configure +++ b/Configure @@ -28,7 +28,7 @@ # See Porting/pumpkin.pod for more information on metaconfig. # -# Generated on Sun Aug 26 14:33:39 CEST 2012 [metaconfig 3.5 PL0] +# Generated on Mon Dec 24 10:05:48 CET 2012 [metaconfig 3.5 PL0] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <&4 #endif int main() { - register int i; - register unsigned long tmp; - register unsigned long max = 0L; + int i; + unsigned long tmp; + unsigned long max = 0L; for (i = 1000; i; i--) { tmp = (unsigned long) $randfunc(); -- 2.7.4