Fixes recursion bug in disambiguate_in().
[ohcount] / src / log.h
1 #define log_it(log)  {} /* by default, do nothing, to use this to debug
2                                                                                         * uncomment the line below */
3 //void log_it(char *log);