>>>>> "Ranjit" == Ranjit Mathew <rmathew@gmail.com> writes: Ranjit> This patch corrects a minor error in variable_state::check_loop() Ranjit> that was exposed by a couple of Jacks tests. Ok. Thanks! Ranjit> + void print (void) const I avoided '(void)' in gcjx (though I see there are some instances) as a stylistic choice. Tom