Fixes recursion bug in disambiguate_in().
[ohcount] / test / expected_dir / forth.4th
1 forth   comment \ Sample Forth code
2 forth   blank   
3 forth   comment ( This is a comment
4 forth   comment   spanning multiple lines )
5 forth   blank   
6 forth   code    : somedefinition ;
7 forth   blank