/*
**********************************************************************
-* Copyright (C) 1999-2009, International Business Machines
+* Copyright (C) 1999-2014, International Business Machines
* Corporation and others. All Rights Reserved.
**********************************************************************
*
}
if (value >= 1 << 1) {
- value >>= 1;
+ //value >>= 1;
bit += 1;
}