From: H.Merijn Brand Date: Mon, 24 Dec 2012 15:08:40 +0000 (+0100) Subject: Remove register keywork from randfunc tests in Configure X-Git-Tag: upstream/5.20.0~4365 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a6214fb052f5ea1b2cdaf17b53e7bbb89c80d45;p=platform%2Fupstream%2Fperl.git Remove register keywork from randfunc tests in Configure --- 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();