98f95b8 Remove double variable assignment

Authored and Committed by Hans Ulrich Niedermann 13 years ago
    Remove double variable assignment
    
    An assignment of the form "a = a = 23;" causes a compiler
    warning in F14 and rawhide. As there should be no
    difference between assigning the value once or twice,
    we now just do "a = 23;" instead.
    
        
file modified
+2 -0