lemon/random.h
changeset 1338 0998f70d0b2d
parent 1328 d51126dc39fa
child 1343 20f95cd51aba
     1.1 --- a/lemon/random.h	Tue Apr 14 08:39:40 2015 +0200
     1.2 +++ b/lemon/random.h	Tue Apr 14 16:14:32 2015 +0200
     1.3 @@ -249,8 +249,8 @@
     1.4  
     1.5          current = state + length;
     1.6  
     1.7 -        register Word *curr = state + length - 1;
     1.8 -        register long num;
     1.9 +        Word *curr = state + length - 1;
    1.10 +        long num;
    1.11  
    1.12          num = length - shift;
    1.13          while (num--) {